Skip to content

Commit

Permalink
chore: release 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhoplock-ns1 committed Apr 18, 2024
1 parent affe463 commit a9ef9b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
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.9.1"
clientVersion = "2.10.0"

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

0 comments on commit a9ef9b0

Please sign in to comment.