From f9d18c99339710d29dbc59dd68d37c1c544c9fae Mon Sep 17 00:00:00 2001 From: Ferdinando Formica Date: Mon, 23 Sep 2024 16:28:49 +0100 Subject: [PATCH] Deploy v2.12.1 --- CHANGELOG.md | 7 +++++++ rest/client.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4322b19..8560e1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/rest/client.go b/rest/client.go index 4743a50..c583710 100644 --- a/rest/client.go +++ b/rest/client.go @@ -13,7 +13,7 @@ import ( ) const ( - clientVersion = "2.12.0" + clientVersion = "2.12.1" defaultEndpoint = "https://api.nsone.net/v1/" defaultShouldFollowPagination = true