Skip to content

Commit

Permalink
Deploy v2.12.1 (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
fformica authored Sep 23, 2024
1 parent 0874e7e commit 9510333
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.12.1 (Sep 23rd, 2024)

BUG FIXES:

* Adds "feeds" field to the Answer struct
* Adds "destinations" field to the Feed struct

## 2.12.0 (Jul 19th, 2024)

FEATURES:
Expand Down
2 changes: 1 addition & 1 deletion rest/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
clientVersion = "2.12.0"
clientVersion = "2.12.1"

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

0 comments on commit 9510333

Please sign in to comment.