Skip to content

Commit

Permalink
prep for 4.13.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbolger committed Mar 14, 2022
1 parent 67bfa2f commit 187afa3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.13.1 (2022-03-14)

* Fixed Loopia plugin after an upstream API change broke it.

## 4.13.0 (2022-03-07)

* Added new DNS plugin [LeaseWeb](https://www.leaseweb.com/)
Expand Down
7 changes: 3 additions & 4 deletions Posh-ACME/Posh-ACME.psd1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@{

RootModule = 'Posh-ACME.psm1'
ModuleVersion = '4.13.0'
ModuleVersion = '4.13.1'
GUID = '5f52d490-68dd-411c-8252-828c199a4e63'
Author = 'Ryan Bolger'
Copyright = '(c) 2018 Ryan Bolger. All rights reserved.'
Expand Down Expand Up @@ -83,10 +83,9 @@ PrivateData = @{

# ReleaseNotes of this module
ReleaseNotes = @'
## 4.13.0 (2022-03-07)
## 4.13.1 (2022-03-14)
* Added new DNS plugin [LeaseWeb](https://www.leaseweb.com/)
* Simply plugin migrated to v2 of the API. No changes should be necessary for existing users.
* Fixed Loopia plugin after an upstream API change broke it.
'@

}
Expand Down
2 changes: 1 addition & 1 deletion Posh-ACME/Posh-ACME.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $script:WellKnownDirs = @{
ZEROSSL_PROD = 'https://acme.zerossl.com/v2/DV90'
}
$script:HEADER_NONCE = 'Replay-Nonce'
$script:USER_AGENT = "Posh-ACME/4.13.0 PowerShell/$($PSVersionTable.PSVersion)"
$script:USER_AGENT = "Posh-ACME/4.13.1 PowerShell/$($PSVersionTable.PSVersion)"
$script:COMMON_HEADERS = @{'Accept-Language'='en-us,en;q=0.5'}

# Add an appropriate platform to the user-agent if possible
Expand Down

0 comments on commit 187afa3

Please sign in to comment.