diff --git a/README.md b/README.md index bf0cfa3..05bd064 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,12 @@ Please see the Examples section for more details. ## Versions ### Unreleased + +### 3.0.0.0 * Decoupled VM generation from underlying VHD format in xVMHyperV resource. + * __Breaking change:__ xVMHyperV resource: Generation property type changed from a String to an Integer. * The initial generation property was tied to the virtual disk format which was incorrect and has been rectified. - * __This is a breaking change__ due to the xVMHyperV.Generation property has changing from a String to an Integer. - * However, this change will only impact configurations that have previously explicitly specified the VM generation is either "vhd" or "vhdx". + * This change will only impact configurations that have previously explicitly specified the VM generation is either "vhd" or "vhdx". ### 2.4.0.0 * Fixed VM power state issue in xVMHyperV resource diff --git a/xHyper-V.psd1 b/xHyper-V.psd1 index 1036401..903b293 100644 --- a/xHyper-V.psd1 +++ b/xHyper-V.psd1 @@ -1,6 +1,6 @@ @{ # Version number of this module. -ModuleVersion = '2.4.0.0' +ModuleVersion = '3.0.0.0' # ID used to uniquely identify this module GUID = 'f5a5f169-7026-4053-932a-19a7c37b1ca5'