Skip to content

Commit

Permalink
Add changelog and new version
Browse files Browse the repository at this point in the history
  • Loading branch information
fformica committed Jun 5, 2024
1 parent 18e4121 commit 8fea570
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 = "2.2.2"
clientVersion = "2.3.0"
providerUserAgent = "tf-ns1" + "/" + clientVersion
defaultRetryMax = 3
)
Expand Down

0 comments on commit 8fea570

Please sign in to comment.