diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7f67a91..ec07b51 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
 
 ## Unreleased
 
+## 3.15.0.0
+
+* Explicitly removed extra hidden files from release package
+
 ## 3.14.0.0
 
 * MSFT_xVMHost:
diff --git a/xHyper-V.psd1 b/xHyper-V.psd1
index 0952494..26cf7f9 100644
--- a/xHyper-V.psd1
+++ b/xHyper-V.psd1
@@ -1,6 +1,6 @@
 @{
 # Version number of this module.
-moduleVersion = '3.14.0.0'
+moduleVersion = '3.15.0.0'
 
 # ID used to uniquely identify this module
 GUID = 'f5a5f169-7026-4053-932a-19a7c37b1ca5'
@@ -47,8 +47,7 @@ PrivateData = @{
         # IconUri = ''
 
         # ReleaseNotes of this module
-        ReleaseNotes = '* MSFT_xVMHost:
-  * Added support to Enable / Disable VM Live Migration. Fixes [Issue 155](https://github.com/PowerShell/xHyper-V/issues/155).
+        ReleaseNotes = '* Explicitly removed extra hidden files from release package
 
 '
 
@@ -69,3 +68,4 @@ PrivateData = @{
 
 
 
+