From 1f17cae0a63e94169a553e770007e955eb9f0153 Mon Sep 17 00:00:00 2001 From: Mikey O'Toole Date: Mon, 23 Oct 2023 12:27:03 +0100 Subject: [PATCH] Update PSD1. --- CHANGELOG.md | 6 ++++++ HaloAPI.psd1 | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5855b3..a092bdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/HaloAPI.psd1 b/HaloAPI.psd1 index a666494..62d6971 100644 --- a/HaloAPI.psd1 +++ b/HaloAPI.psd1 @@ -12,7 +12,7 @@ RootModule = '.\HaloAPI.psm1' # Version number of this module. - ModuleVersion = '1.14.1' + ModuleVersion = '1.15.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -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