Skip to content

Commit

Permalink
Releasing 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwyatt committed Jul 22, 2016
1 parent eeb73db commit eb00152
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Unreleased
## 3.4.1 (July 22, 2016)
- Updated code to use Get-CimInstance if possible, then Get-WmiObject, for Nano compatibility. [GH-484]
- Fixed failure message output of Should BeLike / BeLikeExactly. [GH-497]
- Added some missing information to about_Should help. [GH-519]
- Made -OutputFormat parameter optional, defaulting to NUnitXml. [GH-503]
- Fix error messsage of Should Throw when null input is provided [GH-521]
- Fix mocking bug on functions that contain certain parameter names (Metadata, etc). [GH-583]

## 3.4.0 (February 29, 2016)
- Bug fix for PSv2 when no matching scripts are found by Invoke-Pester. [GH-441]
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.4.0'
ModuleVersion = '3.4.1'

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

0 comments on commit eb00152

Please sign in to comment.