Skip to content

Commit

Permalink
Bump version to 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
guirava committed Oct 13, 2024
1 parent 425b3ac commit c1a7c7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# Changelog

## Version TBD
## Version 1.11

New Features:

Fixes:

Breaking Changes:
Schema update.

## Version 1.10

Expand Down Expand Up @@ -578,4 +574,3 @@ Fixes:
Breaking changes:

- `-InputProfile DETAILS` is now `-InputProfile DETAIL`

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
RootModule = 'LoadModule.psm1'

# Version number of this module.
ModuleVersion = '1.10'
ModuleVersion = '1.11'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
4 changes: 3 additions & 1 deletion Utils/admin/HOWTO_MAKE_A_RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ branch with the updated version:
.\Utils\admin\Set-RscSdkVersion.ps1 <maj>.<min>
```

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 <maj>.<min>"
Expand Down

0 comments on commit c1a7c7c

Please sign in to comment.