Skip to content

Commit

Permalink
Merge pull request #235 from ns1/chore/release-2.10.0
Browse files Browse the repository at this point in the history
chore: release `2.10.0`
  • Loading branch information
tjhoplock-ns1 authored Apr 18, 2024
2 parents affe463 + f1dd6f5 commit 942c988
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 942c988

Please sign in to comment.