Skip to content

Commit

Permalink
Merge pull request #45 from homotechsual/develop
Browse files Browse the repository at this point in the history
Merge Develop (1.21.2 release changes)
  • Loading branch information
homotechsual committed Jul 5, 2024
2 parents e7e744d + 2752837 commit e473a8a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"cSpell.words": [
"authinfo",
"PWSH",
"Testand"
]
"cSpell.words": ["authinfo", "PWSH", "Testand"],
"prettier.enable": false
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

If you contributed one of these and there's no credit in the line PR to add it or let me know!

## 2024-07-05 - Version 1.21.2

* Add `-IncludeInactive` parameter to `Get-HaloSoftwareLicenses` (by @jsanzdev)

## 2024-07-04 - Version 1.21.1

* Expose `Set-HaloTicketBatch`.
Expand Down
4 changes: 2 additions & 2 deletions HaloAPI.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = '.\HaloAPI.psm1'

# Version number of this module.
ModuleVersion = '1.21.1'
ModuleVersion = '1.21.2'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -296,7 +296,7 @@
IconUri = 'https://3c3br937rz386088k2z3qqdi-wpengine.netdna-ssl.com/wp-content/uploads/2020/04/HaloIcon-300x300.png'

# ReleaseNotes of this module
ReleaseNotes = 'Release 1.21.1'
ReleaseNotes = 'Release 1.21.2'

# Prerelease string of this module
# Prerelease = 'Beta1'
Expand Down

0 comments on commit e473a8a

Please sign in to comment.