Skip to content

Commit

Permalink
Version bump to 3.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwyatt committed Apr 15, 2015
1 parent 94a7c76 commit 3d9be05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.3.8 (April 15, 2015)
- Further mocking fixes around the use of $ExecutionContext in client scope. [GH-307]

## 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]
Expand Down
2 changes: 1 addition & 1 deletion Pester.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ModuleToProcess = 'Pester.psm1'

# Version number of this module.
ModuleVersion = '3.3.7'
ModuleVersion = '3.3.8'

# ID used to uniquely identify this module
GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71'
Expand Down

0 comments on commit 3d9be05

Please sign in to comment.