We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520e3eb commit dd4ac0aCopy full SHA for dd4ac0a
CHANGELOG.md
@@ -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
7
## 2.9.0 (March 7th, 2024)
8
9
FEATURES:
@@ -49,7 +55,7 @@ BUG FIXES:
49
55
## 2.7.6 (April 28, 2023)
50
56
BUG FIXES:
51
57
52
-* **Breaking** Various name changes to be more idiomatic
58
+* **Breaking** Various name changes to be more idiomatic
53
59
* `DNSView` -> `View`
54
60
* `PulsarJob` -> `Job`
61
* `Created_at` -> `CreatedAt`
rest/client.go
@@ -14,7 +14,7 @@ import (
14
)
15
16
const (
17
- clientVersion = "2.9.0"
+ clientVersion = "2.9.1"
18
19
defaultEndpoint = "https://api.nsone.net/v1/"
20
defaultShouldFollowPagination = true
0 commit comments