Skip to content

Commit

Permalink
release 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eravin-ns1 committed Dec 13, 2022
1 parent e7ef600 commit 90c6464
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.7.2 (December 13, 2022)
BUG FIXES:

* When an HTTP error response with a non-JSON body is received, use the body as the error message (instead of a message about being unable to parse JSON).


## 2.7.1 (December 5, 2022)
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 @@ -12,7 +12,7 @@ import (
)

const (
clientVersion = "2.7.1"
clientVersion = "2.7.2"

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

0 comments on commit 90c6464

Please sign in to comment.