From 572da1af41ba022ede0619498a13fc9256bd51de Mon Sep 17 00:00:00 2001 From: nohwnd Date: Sun, 3 Mar 2019 10:42:57 +0100 Subject: [PATCH] Bump 4.7.0 --- CHANGELOG.md | 4 ++++ Pester.psd1 | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c7093f26..610f60a60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.7.0 (March 3, 2019) + +- Fix code coverage when there are multiple packages [#1244](https://github.com/pester/Pester/pull/1244) + ## 4.7.0-beta1 (February 23, 2019) - Add alias for extension-less external commands on Windows [#1252](https://github.com/pester/Pester/pull/1252) diff --git a/Pester.psd1 b/Pester.psd1 index 56ba68db7..d670368ef 100644 --- a/Pester.psd1 +++ b/Pester.psd1 @@ -127,10 +127,10 @@ 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.7.0-beta1' + ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/4.7.0' # Prerelease string of this module - Prerelease = 'beta1' + Prerelease = '' } }