diff --git a/CHANGELOG.md b/CHANGELOG.md index c5c5a596..d323358d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2.3.0 (June 6, 2024) +ENHANCEMENTS +* Adds support for redirect endpoints + +## 2.2.2 (May 21, 2024) +BUGFIX +* Lifting ordering constraint on ns1_notifylist notifications objects +* Documentation fix for `tags` + ## 2.2.1 (April 3, 2024) BUGFIX * `ns1-go` client version bump to fix omitting tags diff --git a/ns1/config.go b/ns1/config.go index de0d54c0..babacd30 100644 --- a/ns1/config.go +++ b/ns1/config.go @@ -19,7 +19,7 @@ import ( ) var ( - clientVersion = "2.2.2" + clientVersion = "2.3.0" providerUserAgent = "tf-ns1" + "/" + clientVersion defaultRetryMax = 3 )