diff --git a/DRSRule.psd1 b/DRSRule.psd1 index c375569..7e61418 100644 --- a/DRSRule.psd1 +++ b/DRSRule.psd1 @@ -12,7 +12,7 @@ RootModule = 'DRSRule.psm1' # Version number of this module. -ModuleVersion = '1.0.3' +ModuleVersion = '1.1.0' # ID used to uniquely identify this module GUID = 'f7edec59-261e-43e3-818c-6d92653ff05c' diff --git a/changelog.md b/changelog.md index ad1bd6b..305e0c4 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,8 @@ ### Changelog -### v1.next +### v1.1.0 +27 Mar 2017 - \[enhancement] added support for enhancement suggested in [Issue #7](https://github.com/PowerCLIGoodies/DRSRule/issues/7): get a DRS `VMGroup` by the related VM; while at it, added support for getting a DRS `VMHostGroup` by the related VMHost, DRS `VMToVMRule` by VM, and DRS `VMToVMHostRule` by VM or VMHost - \[improvment] added [Pester](https://github.com/pester/Pester) tests for `Get-Drs*` cmdlets