Skip to content

Commit dd4ac0a

Browse files
committed
Release 2.9.1
1 parent 520e3eb commit dd4ac0a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.9.1 (April 3rd, 2024)
2+
3+
BUG FIXES:
4+
5+
* Re-add `omitempty` to both `tags` and `blocked_tags` as the limitation in update 2.7.12 has been lifted
6+
17
## 2.9.0 (March 7th, 2024)
28

39
FEATURES:
@@ -49,7 +55,7 @@ BUG FIXES:
4955
## 2.7.6 (April 28, 2023)
5056
BUG FIXES:
5157

52-
* **Breaking** Various name changes to be more idiomatic
58+
* **Breaking** Various name changes to be more idiomatic
5359
* `DNSView` -> `View`
5460
* `PulsarJob` -> `Job`
5561
* `Created_at` -> `CreatedAt`

rest/client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
const (
17-
clientVersion = "2.9.0"
17+
clientVersion = "2.9.1"
1818

1919
defaultEndpoint = "https://api.nsone.net/v1/"
2020
defaultShouldFollowPagination = true

0 commit comments

Comments
 (0)