Skip to content

Commit

Permalink
Bump 4.2.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Dec 12, 2017
1 parent 6232616 commit 3856f48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 4.2.0-alpha1 (December 12, 2017)
- Should Throw filters on exception type [GH-954]

## 4.1.1 (December 09, 2017)
- Fix deployment scripts and package on choco and nuget

Expand Down
6 changes: 3 additions & 3 deletions 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 = '4.1.1'
ModuleVersion = '4.2.0'

# ID used to uniquely identify this module
GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71'
Expand Down Expand Up @@ -122,10 +122,10 @@ PrivateData = @{
LicenseUri = "https://www.apache.org/licenses/LICENSE-2.0.html"

# Release notes for this particular version of the module
ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/4.1.1'
ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/4.2.0-alpha1'

# Prerelease string of this module
Prerelease = ''
Prerelease = 'alpha1'
}
}

Expand Down

0 comments on commit 3856f48

Please sign in to comment.