Skip to content

Commit

Permalink
Bump to 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Jan 12, 2017
1 parent 770dec4 commit 63eb361
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.4.5 (January 12, 2017)
- Add -Show parameter to filter on-screen output [GH-647]
- Add BeIn assertion to assert an item is part of an array [GH-646]
- Fix test drive to work on PSCore [GH-643]

## 3.4.4 (November 12, 2016)
- Add New-MockObject function that creates empty objects for almost any .NET class [GH-635]

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.4'
ModuleVersion = '3.4.5'

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

0 comments on commit 63eb361

Please sign in to comment.