From c373b5a84c137593c5d085f09a2f071abb4f7920 Mon Sep 17 00:00:00 2001 From: nohwnd Date: Thu, 20 Sep 2018 10:16:05 +0200 Subject: [PATCH] Bump to 4.4.1 --- CHANGELOG.md | 4 ++++ Pester.psd1 | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f1b41a73..5d72cff28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.4.1 (September 20, 2018) + - Fix describe tags [GH-1098] + - Capitalize name and test parameters [GH-1080] + ## 4.4.0 (July 20, 2018) - Run all tests in strict mode [GH-1041] - Fix non-existent module check [GH-1040] diff --git a/Pester.psd1 b/Pester.psd1 index a846c05eb..6a704dbb8 100644 --- a/Pester.psd1 +++ b/Pester.psd1 @@ -4,7 +4,7 @@ ModuleToProcess = 'Pester.psm1' # Version number of this module. -ModuleVersion = '4.4.0' +ModuleVersion = '4.4.1' # ID used to uniquely identify this module GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71' @@ -122,7 +122,7 @@ 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.4.0' + ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/4.4.1' # Prerelease string of this module Prerelease = ''