diff --git a/CHANGELOG.md b/CHANGELOG.md index e190dc0fb..f29e55702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 3.3.7 (April 15, 2015) - Added workaround for GetDynamicParameters() bug that was affecting mocks on the ActiveDirectory module in Windows 7. [GH-295] - Revised Mocking code to avoid potential bugs when functions define parameters named $ExecutionContext or $MyInvocation. [GH-304] - Mocked functions no longer call Get-MockDynamicParameters if the original function had no dynamicparam block. [GH-306] diff --git a/Pester.psd1 b/Pester.psd1 index 301fa2196..03ed64cce 100644 --- a/Pester.psd1 +++ b/Pester.psd1 @@ -4,7 +4,7 @@ ModuleToProcess = 'Pester.psm1' # Version number of this module. -ModuleVersion = '3.3.6' +ModuleVersion = '3.3.7' # ID used to uniquely identify this module GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71'