Skip to content

Commit

Permalink
Merge pull request #228 from cpontes-ns1/PENG-3689
Browse files Browse the repository at this point in the history
PENG-3689 - Releasing 2.7.14 version
  • Loading branch information
cpontes-ns1 authored Feb 14, 2024
2 parents b4aa3a8 + 309d79e commit cc52365
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.7.14 (February 14th, 2024)

FEATURES:

* Adds support for Datasets

## 2.7.13 (October 12th, 2023)

BUG FIXES:
Expand Down
2 changes: 1 addition & 1 deletion rest/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
clientVersion = "2.7.13"
clientVersion = "2.7.14"

defaultEndpoint = "https://api.nsone.net/v1/"
defaultShouldFollowPagination = true
Expand Down

0 comments on commit cc52365

Please sign in to comment.