From 24fc76eb3f94679571f8878e8e84e9f1d61899a0 Mon Sep 17 00:00:00 2001 From: Ryan Bolger Date: Wed, 24 Jun 2020 13:32:50 -0700 Subject: [PATCH] prep for 1.1.0 release --- CHANGELOG.md | 4 ++++ Posh-ACME.Deploy/Posh-ACME.Deploy.psd1 | 12 +++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5cafb4..6a9faa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.0 (2020-06-24) + +* Added Set-ExchangeCertificate + ## 1.0.0 (2019-12-13) * Initial Release diff --git a/Posh-ACME.Deploy/Posh-ACME.Deploy.psd1 b/Posh-ACME.Deploy/Posh-ACME.Deploy.psd1 index 6fadebb..1002511 100644 --- a/Posh-ACME.Deploy/Posh-ACME.Deploy.psd1 +++ b/Posh-ACME.Deploy/Posh-ACME.Deploy.psd1 @@ -1,7 +1,7 @@ @{ RootModule = 'Posh-ACME.Deploy.psm1' -ModuleVersion = '1.0.0' +ModuleVersion = '1.1.0' GUID = '79819e0a-30db-4742-bcc4-0c956273db51' Author = 'Ryan Bolger' Copyright = '(c) 2018 Ryan Bolger. All rights reserved.' @@ -11,6 +11,7 @@ PowerShellVersion = '5.1' DotNetFrameworkVersion = '4.7.1' FunctionsToExport = @( + 'Set-ExchangeCertificate' 'Set-IISCertificate' 'Set-RDGWCertificate' 'Set-RDSHCertificate' @@ -39,12 +40,9 @@ PrivateData = @{ # ReleaseNotes of this module ReleaseNotes = @' -* Initial Release -* Added functions - * Set-IISCertificate - * Set-RDGWCertificate - * Set-RDSHCertificate - * Set-WinRMCertificate +## 1.1.0 (2020-06-24) + +* Added Set-ExchangeCertificate '@ } # End of PSData hashtable