Skip to content

Commit

Permalink
Expose Set-HaloTicketBatch. Version 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
homotechsual committed Jul 4, 2024
1 parent 4d033dd commit d92f0c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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-04 - Version 1.21.1

* Expose `Set-HaloTicketBatch`.

## 2024-07-04 - Version 1.21.0

* Fix `Remove-HaloActionBatch`, `Remove-HaloTicketBatch`, `Remove-HaloAgentBatch` and `Remove-HaloClientBatch`.
Expand Down
5 changes: 3 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.0'
ModuleVersion = '1.21.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -253,6 +253,7 @@
'Set-HaloSupplier',
'Set-HaloTeam',
'Set-HaloTicket',
'Set-HaloTicketBatch',
'Set-HaloTicketRules',
'Set-HaloTicketType',
'Set-HaloUser',
Expand Down Expand Up @@ -295,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.0'
ReleaseNotes = 'Release 1.21.1'

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

0 comments on commit d92f0c8

Please sign in to comment.