Skip to content

Commit

Permalink
Version bump to 3.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwyatt committed Apr 15, 2015
1 parent af524c4 commit d6ef234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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]
Expand Down
2 changes: 1 addition & 1 deletion Pester.psd1
Expand Up @@ -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'
Expand Down

0 comments on commit d6ef234

Please sign in to comment.