diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b8e832..0e5c859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +### 0.0.3 +* Changes +- Updated reference to PowerShellGet 'Url' parameter to 'Uri' to reflect changes made in PowerShellGet + ### 0.0.2 * Bug Fix - Remove -Force parameter when calling into v3 cmdlets diff --git a/src/CompatPowerShellGet.psd1 b/src/CompatPowerShellGet.psd1 index 3a9fa25..30474ba 100644 --- a/src/CompatPowerShellGet.psd1 +++ b/src/CompatPowerShellGet.psd1 @@ -8,7 +8,7 @@ @{ RootModule = 'CompatPowerShellGet.psm1' - ModuleVersion = '0.0.2' + ModuleVersion = '0.0.3' GUID = '68ec3ec1-55bf-42f8-9add-d224e5c76548' Author = 'Microsoft Corporation' CompanyName = 'Microsoft Corporation' @@ -54,6 +54,10 @@ LicenseUri = 'https://github.com/PowerShell/CompatPowerShellGet/blob/master/LICENSE' ProjectUri = 'https://github.com/PowerShell/CompatPowerShellGet' ReleaseNotes = @' +### 0.0.3 +* Changes +- Updated reference to PowerShellGet 'Url' parameter to 'Uri' to reflect changes made in PowerShellGet + ### 0.0.2 * Bug Fix - Remove -Force parameter when calling into v3 cmdlets