Skip to content

Commit

Permalink
Update PSD1.
Browse files Browse the repository at this point in the history
  • Loading branch information
homotechsual committed Oct 23, 2023
1 parent ebf41b8 commit 1f17cae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2023-10-23 - Version 1.15.0

* Overhaul retry handling to increase delay between subsequent retries.
* Add new commandlets.
* Add KeyVault support directly to Connect commandlet.

## 2023-04-04 - Version 1.14.1

* Fix bug in `New-HaloWorkDay`.
Expand Down
6 changes: 3 additions & 3 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.14.1'
ModuleVersion = '1.15.0'

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

# ReleaseNotes of this module
ReleaseNotes = 'Add Custom Table endpoints.'
ReleaseNotes = 'Overhaul retry handling. Add new endpoints - thanks to Mendy and Ceej for the help'

# Prerelease string of this module
# Prerelease = 'Beta5'
# Prerelease = 'Beta1'
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
# RequireLicenceAcceptance = $false

Expand Down

0 comments on commit 1f17cae

Please sign in to comment.