From f1dd6f55e354c80aa340c9dc54f787f3d1beb8a6 Mon Sep 17 00:00:00 2001 From: TJ Hoplock Date: Thu, 18 Apr 2024 11:56:56 -0400 Subject: [PATCH] chore: release `2.10.0` Signed-off-by: TJ Hoplock Co-authored-by: TJ Hoplock --- CHANGELOG.md | 7 +++++++ rest/client.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d155b07..7cfd106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.10.0 (April 18th, 2024) + +FEATURES: + +* Adds support for listing account activity +* Adds support for setting URL parameters on client requests + ## 2.9.1 (April 3rd, 2024) BUG FIXES: diff --git a/rest/client.go b/rest/client.go index d047142..945084a 100644 --- a/rest/client.go +++ b/rest/client.go @@ -14,7 +14,7 @@ import ( ) const ( - clientVersion = "2.9.1" + clientVersion = "2.10.0" defaultEndpoint = "https://api.nsone.net/v1/" defaultShouldFollowPagination = true