diff --git a/CHANGELOG.md b/CHANGELOG.md index 31932fc..d0df05b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.7.14 (February 14th, 2024) +## 2.8.0 (February 14th, 2024) FEATURES: diff --git a/rest/client.go b/rest/client.go index 6bbf8bd..e9c072c 100644 --- a/rest/client.go +++ b/rest/client.go @@ -14,7 +14,7 @@ import ( ) const ( - clientVersion = "2.7.14" + clientVersion = "2.8.0" defaultEndpoint = "https://api.nsone.net/v1/" defaultShouldFollowPagination = true