Skip to content

Commit f1dd6f5

Browse files
tjhoplock-ns1tjhop
andcommitted
chore: release 2.10.0
Signed-off-by: TJ Hoplock <tjhoplock@ns1.com> Co-authored-by: TJ Hoplock <t.hoplock@gmail.com>
1 parent affe463 commit f1dd6f5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.10.0 (April 18th, 2024)
2+
3+
FEATURES:
4+
5+
* Adds support for listing account activity
6+
* Adds support for setting URL parameters on client requests
7+
18
## 2.9.1 (April 3rd, 2024)
29

310
BUG FIXES:

rest/client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
const (
17-
clientVersion = "2.9.1"
17+
clientVersion = "2.10.0"
1818

1919
defaultEndpoint = "https://api.nsone.net/v1/"
2020
defaultShouldFollowPagination = true

0 commit comments

Comments
 (0)