Skip to content

Commit

Permalink
update changelog and clientVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
ponbiki committed Oct 11, 2023
1 parent 99966b7 commit 3c83fe2
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.7.12 (October 11th, 2023)

BUG FIXES:

* Remove `omitempty` from `blocked_tags` to allow `tag` POST
* Fix `tag` creation and update

## 2.7.11 (October 5th, 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 @@ -13,7 +13,7 @@ import (
)

const (
clientVersion = "2.7.11"
clientVersion = "2.7.12"

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

0 comments on commit 3c83fe2

Please sign in to comment.