Skip to content

Commit

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

* bump ver

* Update CHANGELOG.md
  • Loading branch information
mburtless authored Jul 14, 2021
1 parent 7408c41 commit 247ceac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.6.1 (July 12, 2021)
FEATURES:
* Adds missing `records_allow` and `records_deny` fields to account permissions

## 2.6.0 (July 6, 2021)
FEATURES:
* Adds support for subdivision metadata
Expand All @@ -16,7 +20,7 @@ FEATURES:

## 2.4.4
FEATURES:
* Added missing manage_ip_whitelist permission to the account permissions section
* Added missing `manage_ip_whitelist` permission to the account permissions section

## 2.4.3
FEATURES:
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.6.0"
clientVersion = "2.6.1"

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

0 comments on commit 247ceac

Please sign in to comment.