We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2.10.0
1 parent affe463 commit f1dd6f5Copy full SHA for f1dd6f5
CHANGELOG.md
@@ -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
8
## 2.9.1 (April 3rd, 2024)
9
10
BUG FIXES:
rest/client.go
@@ -14,7 +14,7 @@ import (
14
)
15
16
const (
17
- clientVersion = "2.9.1"
+ clientVersion = "2.10.0"
18
19
defaultEndpoint = "https://api.nsone.net/v1/"
20
defaultShouldFollowPagination = true
0 commit comments