From c1a7c7ca5b97089254d39996e759fdce38704187 Mon Sep 17 00:00:00 2001 From: Gui <12204241+guirava@users.noreply.github.com> Date: Sat, 12 Oct 2024 19:13:19 -0700 Subject: [PATCH] Bump version to 1.11 --- CHANGELOG.md | 9 ++------- .../RubrikSecurityCloud.psd1 | 2 +- Utils/admin/HOWTO_MAKE_A_RELEASE.md | 4 +++- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d551b859..75531eba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,8 @@ # Changelog -## Version TBD +## Version 1.11 -New Features: - -Fixes: - -Breaking Changes: +Schema update. ## Version 1.10 @@ -578,4 +574,3 @@ Fixes: Breaking changes: - `-InputProfile DETAILS` is now `-InputProfile DETAIL` - diff --git a/RubrikSecurityCloud/RubrikSecurityCloud.PowerShell/RubrikSecurityCloud.psd1 b/RubrikSecurityCloud/RubrikSecurityCloud.PowerShell/RubrikSecurityCloud.psd1 index a96704d26..099548edf 100644 --- a/RubrikSecurityCloud/RubrikSecurityCloud.PowerShell/RubrikSecurityCloud.psd1 +++ b/RubrikSecurityCloud/RubrikSecurityCloud.PowerShell/RubrikSecurityCloud.psd1 @@ -8,7 +8,7 @@ RootModule = 'LoadModule.psm1' # Version number of this module. -ModuleVersion = '1.10' +ModuleVersion = '1.11' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Utils/admin/HOWTO_MAKE_A_RELEASE.md b/Utils/admin/HOWTO_MAKE_A_RELEASE.md index 7d1b8912a..b410c2eaf 100644 --- a/Utils/admin/HOWTO_MAKE_A_RELEASE.md +++ b/Utils/admin/HOWTO_MAKE_A_RELEASE.md @@ -38,7 +38,9 @@ branch with the updated version: .\Utils\admin\Set-RscSdkVersion.ps1 . ``` -Then run `Test-RscSdkCandidate.ps1` again to verify, and: +Then run `Test-RscSdkCandidate.ps1` again to verify. + +Verify also that the latest entry in `CHANGELOG.md` is correct. ```powershell git commit -a -m "Bump version to ."