diff --git a/tools/Az.Tools.Installer/Az.Tools.Installer.psd1 b/tools/Az.Tools.Installer/Az.Tools.Installer.psd1 index 0e5591b761b4..4c7b07ea828d 100644 --- a/tools/Az.Tools.Installer/Az.Tools.Installer.psd1 +++ b/tools/Az.Tools.Installer/Az.Tools.Installer.psd1 @@ -12,7 +12,7 @@ RootModule = 'Az.Tools.Installer.psm1' # Version number of this module. - ModuleVersion = '0.2.0' + ModuleVersion = '0.2.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -109,11 +109,9 @@ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Supported installing from a path of nuget package - * Supported installing Az sub modules using minimum required Az.Accounts version - * Supported uninstalling by module name filter and whether in preview - * Provided progress bar to show the cmdlet execution status - * Optimized the performance of Az.Tools.Installer' + ReleaseNotes = '* Fixed the issue of installation and updating when Repository is not provided (#20209) + * Updated telemetry assembly to 2.13.1 + * Fixed typo in Az.Tools.Installer (#20055)' # Prerelease string of this module # Prerelease = '' diff --git a/tools/Az.Tools.Installer/ChangeLog.md b/tools/Az.Tools.Installer/ChangeLog.md index f447b2cd3ec1..e886f1c6795a 100644 --- a/tools/Az.Tools.Installer/ChangeLog.md +++ b/tools/Az.Tools.Installer/ChangeLog.md @@ -1,6 +1,8 @@ ## Upcoming Release +## 0.2.1 +* Fixed the issue of installation and updating when Repository is not provided (#20209) * Updated telemetry assembly to 2.13.1 -* Fixed typo in Az.Tools.Installer +* Fixed typo in Az.Tools.Installer (#20055) ## 0.2.0 * Az.Tools.Installer version 2 (#16321)