Skip to content

Commit

Permalink
release 1.13.2-pre4
Browse files Browse the repository at this point in the history
  • Loading branch information
eravin-ns1 committed Dec 14, 2022
1 parent a7c444a commit 7d67031
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 1.13.2-pre3 (prerelease) (December 14, 2022)
## 1.13.2-pre4 (prerelease) (December 14, 2022)
BUG FIXES

* Fixed CAA record answers to allow answers with spaces after a domain [issue 238](https://github.com/ns1-terraform/terraform-provider-ns1/issues/238)
* Fixed CAA record answers to allow answers with spaces after a domain ([issue 238](https://github.com/ns1-terraform/terraform-provider-ns1/issues/238))
* Upgrade to ns1-go v2.7.2 to get messages from HTTP 50x errors properly displayed.
* Upgraded to Terraform SDK 1.17.2
* Misc documentation fixes.
Expand All @@ -25,7 +25,7 @@ BUG FIXES

* Update instead of delete/recreate when changing link attribute of DNS record
* Region names in DNS record metadata now sorted to avoid false differences
* Permission flag change detection fixes [issue 237](https://github.com/ns1-terraform/terraform-provider-ns1/issues/237)
* Permission flag change detection fixes ([issue 237](https://github.com/ns1-terraform/terraform-provider-ns1/issues/237))
* Team object creation fix
* Additional acceptance test fixes
* Fix documentation typo
Expand Down
2 changes: 1 addition & 1 deletion ns1/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

var (
clientVersion = "1.13.2-pre3"
clientVersion = "1.13.2-pre4"
providerUserAgent = "tf-ns1" + "/" + clientVersion
defaultRetryMax = 3
)
Expand Down

0 comments on commit 7d67031

Please sign in to comment.