You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
## 2.9.1 (2018-10-26)
2
+
3
+
* Fix (#94) for TXT record cleanup bug when some domains were already validated (Thanks @philr!)
4
+
* Fix (#95) error handling in New-PACertificate and New-PAOrder that would mistakenly cause new orders to be created if there were problems checking old orders. (Thanks @philr!)
5
+
* Azure fix (#96) to allow special characters in credentials. (Thanks @philr!)
6
+
* Route53 fix for errors caused by public/private zones with same name (#100) (Thanks @spaceygithub!)
Copy file name to clipboardExpand all lines: Posh-ACME/Posh-ACME.psd1
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
@{
2
2
3
3
RootModule='Posh-ACME.psm1'
4
-
ModuleVersion='2.9.0'
4
+
ModuleVersion='2.9.1'
5
5
GUID='5f52d490-68dd-411c-8252-828c199a4e63'
6
6
Author='Ryan Bolger'
7
7
Copyright='(c) 2018 Ryan Bolger. All rights reserved.'
@@ -104,12 +104,12 @@ PrivateData = @{
104
104
105
105
# ReleaseNotes of this module
106
106
ReleaseNotes=@'
107
-
## 2.9.0 (2018-10-05)
107
+
## 2.9.1 (2018-10-26)
108
108
109
-
* Added new DNS plugins
110
-
* BlueCat (Thanks @marshallford)
111
-
* Gandi
112
-
* Updated DMEasy plugin to support non-Windows
109
+
* Fix (#94) for TXT record cleanup bug when some domains were already validated (Thanks @philr!)
110
+
* Fix (#95) error handling in New-PACertificate and New-PAOrder that would mistakenly cause new orders to be created if there were problems checking old orders. (Thanks @philr!)
111
+
* Azure fix (#96) to allow special characters in credentials. (Thanks @philr!)
112
+
* Route53 fix for errors caused by public/private zones with same name (#100) (Thanks @spaceygithub!)
0 commit comments