diff --git a/CHANGELOG.md b/CHANGELOG.md
index c617acef5..414239887 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 4.10.1 (February 7, 2020)
+
+- Fix link in nuspec
+
## 4.10.0 (February 2, 2020)
- Remove all banners
diff --git a/Pester.nuspec b/Pester.nuspec
index 0c824df64..0ca310378 100644
--- a/Pester.nuspec
+++ b/Pester.nuspec
@@ -4,11 +4,11 @@
Pester
$version$
Pester
- A BDD style testing tool for PowerShell
- Pester provides a framework for running BDD style Tests to execute and validate PowerShell commands inside of PowerShell and offers a powerful set of Mocking Functions that allow tests to mimic and mock the functionality of any command inside of a piece of PowerShell code being tested. Pester tests can execute any command or script that is accessible to a pester test file. This can include functions, Cmdlets, Modules and scripts. Pester can be run in ad hoc style in a console or it can be integrated into the Build scripts of a Continuous Integration system.
+ Pester is the ubiquitous test and mock framework for PowerShell
+ Pester is testing framework for PowerShell, written in PowerShell.
powershell unit testing bdd tdd mocking admin
Pester Team
- http://pesterbdd.com/images/Pester.png
+ https://raw.githubusercontent.com/pester/pester/master/images/pester.PNG
https://github.com/Pester/Pester
http://www.apache.org/licenses/LICENSE-2.0.html
diff --git a/Pester.psd1 b/Pester.psd1
index 3791eedd9..b368deb4b 100644
--- a/Pester.psd1
+++ b/Pester.psd1
@@ -4,7 +4,7 @@
ModuleToProcess = 'Pester.psm1'
# Version number of this module.
- ModuleVersion = '4.10.0'
+ ModuleVersion = '4.10.1'
# ID used to uniquely identify this module
GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71'
@@ -127,7 +127,7 @@
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.10.0'
+ ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/4.10.1'
# Prerelease string of this module
Prerelease = ''