File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.13.1 (December 5, 2022)
2+ ENHANCEMENTS
3+ * HTTP debug logging now includes request/response times and response data
4+
5+ BUG FIXES
6+ * Update instead of delete/recreate when changing link attribute of DNS record
7+ * Region names in DNS record metadata now sorted to avoid false differences
8+ * Permission flag change detection fixes [ issue 237] ( https://github.com/ns1-terraform/terraform-provider-ns1/issues/237 )
9+ * Team object creation fix
10+ * Additional acceptance test fixes
11+ * Fix documentation typo
12+
113## 1.13.1-pre1 (prerelease) (November 10, 2022)
214BUG FIXES
315* Update instead of delete/recreate when changing link attribute of DNS record
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
1818)
1919
2020var (
21- clientVersion = "1.13.1-pre1 "
21+ clientVersion = "1.13.1"
2222 providerUserAgent = "tf-ns1" + "/" + clientVersion
2323)
2424
You can’t perform that action at this time.
0 commit comments