From 309d79e7399a3cce01ffdf43418f1d86f16e9353 Mon Sep 17 00:00:00 2001 From: Cristian Pontes Date: Wed, 14 Feb 2024 11:30:12 +0000 Subject: [PATCH] PENG-3689 - Releasing 2.7.14 version --- CHANGELOG.md | 6 ++++++ rest/client.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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