diff --git a/CHANGELOG.md b/CHANGELOG.md index f6ed2de4..1e89f217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # PowerShellForGitHub PowerShell Module ## Changelog + [0.10.0](https://github.com/PowerShell/PowerShellForGitHub/tree/0.10.0) - (2020/03/02) +### Fixes: +- Added `Rename-GitHubRepository` + [[pr]](https://github.com/PowerShell/PowerShellForGitHub/pull/145) | [[cl]](https://github.com/PowerShell/PowerHellForGitHub/commit/536b762425d51a181166c2c47ad2b00014911d1d) + +Author: [**@mtboren**](https://github.com/mtboren) + +------ + [0.9.2](https://github.com/PowerShell/PowerShellForGitHub/tree/0.9.2) - (2019/11/11) ### Fixes: - Reduces the warning noise seen during execution of the unit tests. diff --git a/PowerShellForGitHub.psd1 b/PowerShellForGitHub.psd1 index e853807b..31c82786 100644 --- a/PowerShellForGitHub.psd1 +++ b/PowerShellForGitHub.psd1 @@ -7,7 +7,7 @@ CompanyName = 'Microsoft Corporation' Copyright = 'Copyright (C) Microsoft Corporation. All rights reserved.' - ModuleVersion = '0.9.2' + ModuleVersion = '0.10.0' Description = 'PowerShell wrapper for GitHub API' # Script module or binary module file associated with this manifest.