diff --git a/CHANGELOG.md b/CHANGELOG.md index 6164bd8..31932fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.7.14 (February 14th, 2024) + +FEATURES: + +* Adds support for Datasets + ## 2.7.13 (October 12th, 2023) BUG FIXES: diff --git a/rest/client.go b/rest/client.go index c3db840..6bbf8bd 100644 --- a/rest/client.go +++ b/rest/client.go @@ -14,7 +14,7 @@ import ( ) const ( - clientVersion = "2.7.13" + clientVersion = "2.7.14" defaultEndpoint = "https://api.nsone.net/v1/" defaultShouldFollowPagination = true