Skip to content

Commit

Permalink
Release v2.5.1 (ns1#128)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* bump release ver
  • Loading branch information
mburtless authored May 20, 2021
1 parent 8b6a4f2 commit e108120
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## 2.5.0 (April 5, 2020)
## 2.5.1 (May 20, 2021)
BUG FIXES:
* Handle rate limit despite HTTP error returned from API [#127](https://github.com/ns1/ns1-go/pull/127)

## 2.5.0 (April 5, 2021)
FEATURES:
* Adds support for `tags_allow` and `tags_deny` fields in IPAM and DHCP DDI permissions.

## 2.4.5 (March 31, 2020)
## 2.4.5 (March 31, 2021)
FEATURES:
* Adds support for DS record type

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.5.0"
clientVersion = "2.5.1"

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

0 comments on commit e108120

Please sign in to comment.