From dc550d2b9254bf09b225dafbf34be69f12901527 Mon Sep 17 00:00:00 2001 From: nohwnd Date: Sat, 12 Nov 2016 10:14:48 +0100 Subject: [PATCH] Version bump to 3.4.4 --- CHANGELOG.md | 3 +++ Pester.psd1 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e441e2c..1b2d786f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.4.4 (November 12, 2016) + - Add New-MockObject function that creates empty objects for almost any .NET class [GH-635] + ## 3.4.3 (August 25, 2016) - Fixed mocking for certain cmdlets containing dynamic parameters in PowerShell 5.1. [GH-599] diff --git a/Pester.psd1 b/Pester.psd1 index 4882c49e3..c69ac135b 100644 --- a/Pester.psd1 +++ b/Pester.psd1 @@ -4,7 +4,7 @@ ModuleToProcess = 'Pester.psm1' # Version number of this module. -ModuleVersion = '3.4.3' +ModuleVersion = '3.4.4' # ID used to uniquely identify this module GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71'