diff --git a/CHANGELOG.md b/CHANGELOG.md index e62b3b8a..b04df28a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog ### 2.2.3 -- Update `HelpInfoUri` to point to the latest content +- Update `HelpInfoUri` to point to the latest content (#560) +- Improve discovery of usable nuget.exe binary (Thanks bwright86!) (#558) ### 2.2.2 diff --git a/src/PowerShellGet/PowerShellGet.psd1 b/src/PowerShellGet/PowerShellGet.psd1 index cf95ec29..6ba9e14a 100644 --- a/src/PowerShellGet/PowerShellGet.psd1 +++ b/src/PowerShellGet/PowerShellGet.psd1 @@ -55,6 +55,10 @@ ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955' LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061' ReleaseNotes = @' +### 2.2.3 +- Update `HelpInfoUri` to point to the latest content (#560) +- Improve discovery of usable nuget.exe binary (Thanks bwright86!) (#558) + ### 2.2.2 Bug Fix