Skip to content

Commit 9510333

Browse files
authored
Deploy v2.12.1 (#243)
1 parent 0874e7e commit 9510333

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## 2.12.0 (Jul 19th, 2024)
29

310
FEATURES:

rest/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const (
16-
clientVersion = "2.12.0"
16+
clientVersion = "2.12.1"
1717

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

0 commit comments

Comments
 (0)