Skip to content

Commit

Permalink
prep for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbolger committed Jun 24, 2020
1 parent 66149cf commit 24fc76e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0 (2020-06-24)

* Added Set-ExchangeCertificate

## 1.0.0 (2019-12-13)

* Initial Release
Expand Down
12 changes: 5 additions & 7 deletions Posh-ACME.Deploy/Posh-ACME.Deploy.psd1
Original file line number Diff line number Diff line change
@@ -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.'
Expand All @@ -11,6 +11,7 @@ PowerShellVersion = '5.1'
DotNetFrameworkVersion = '4.7.1'

FunctionsToExport = @(
'Set-ExchangeCertificate'
'Set-IISCertificate'
'Set-RDGWCertificate'
'Set-RDSHCertificate'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 24fc76e

Please sign in to comment.