We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0874e7e commit 9510333Copy full SHA for 9510333
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 2.12.1 (Sep 23rd, 2024)
2
+
3
+BUG FIXES:
4
5
+* Adds "feeds" field to the Answer struct
6
+* Adds "destinations" field to the Feed struct
7
8
## 2.12.0 (Jul 19th, 2024)
9
10
FEATURES:
rest/client.go
@@ -13,7 +13,7 @@ import (
13
)
14
15
const (
16
- clientVersion = "2.12.0"
+ clientVersion = "2.12.1"
17
18
defaultEndpoint = "https://api.nsone.net/v1/"
19
defaultShouldFollowPagination = true
0 commit comments