Skip to content

Commit

Permalink
Merge pull request #232 from ns1/INBOX-2702/release_2.9.1
Browse files Browse the repository at this point in the history
Release 2.9.1
  • Loading branch information
fformica authored Apr 3, 2024
2 parents 3666580 + dd4ac0a commit cb9e29b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.9.1 (April 3rd, 2024)

BUG FIXES:

* Re-add `omitempty` to both `tags` and `blocked_tags` as the limitation in update 2.7.12 has been lifted

## 2.9.0 (March 7th, 2024)

FEATURES:
Expand Down Expand Up @@ -49,7 +55,7 @@ BUG FIXES:
## 2.7.6 (April 28, 2023)
BUG FIXES:

* **Breaking** Various name changes to be more idiomatic
* **Breaking** Various name changes to be more idiomatic
* `DNSView` -> `View`
* `PulsarJob` -> `Job`
* `Created_at` -> `CreatedAt`
Expand Down
2 changes: 1 addition & 1 deletion rest/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
clientVersion = "2.9.0"
clientVersion = "2.9.1"

defaultEndpoint = "https://api.nsone.net/v1/"
defaultShouldFollowPagination = true
Expand Down

0 comments on commit cb9e29b

Please sign in to comment.