diff --git a/CHANGELOG.md b/CHANGELOG.md index 4888b02ef..4cb99d961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -## Unreleased +## 3.3.5 (January 23, 2015) - Updated tests to allow PRs to be automatically tested, with status updates to GitHub, by our CI server. + - Added Snippets directory to the nuget packages, and updated code so the module won't fail to import if Snippets are missing. ## 3.3.4 (January 22, 2015) - No changes; publishing again to fix broken PowerShellGet upload. diff --git a/Pester.psd1 b/Pester.psd1 index 9bdf9dc35..61c170807 100644 --- a/Pester.psd1 +++ b/Pester.psd1 @@ -4,7 +4,7 @@ ModuleToProcess = 'Pester.psm1' # Version number of this module. -ModuleVersion = '3.3.4' +ModuleVersion = '3.3.5' # ID used to uniquely identify this module GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71'