Skip to content

Commit

Permalink
1.13.1-pre1 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
eravin-ns1 authored Nov 10, 2022
1 parent 3396810 commit 61c8371
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.13.1-pre1 (prerelease) (November 10, 2022)
BUG FIXES
* Update instead of delete/recreate when changing link attribute of DNS record
* Fix documentation typo

## 1.13.0 (November 8, 2022)
ENHANCEMENTS:
* Added importers for datafeed, datasource, notifylist and monitoringjob [#235](https://github.com/ns1-terraform/terraform-provider-ns1/pull/235)
Expand Down
2 changes: 1 addition & 1 deletion ns1/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

var (
clientVersion = "1.13.0"
clientVersion = "1.13.1-pre1"
providerUserAgent = "terraform-ns1" + "/" + clientVersion
)

Expand Down

0 comments on commit 61c8371

Please sign in to comment.