From dd4ac0a22704684a8b822b04c2ddb93f6d6e5bea Mon Sep 17 00:00:00 2001 From: Ferdinando Formica Date: Wed, 3 Apr 2024 15:30:22 +0100 Subject: [PATCH] Release 2.9.1 --- CHANGELOG.md | 8 +++++++- rest/client.go | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 471d9ee..d155b07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.9.1 (April 3rd, 2024) + +BUG FIXES: + +* Re-add `omitempty` to both `tags` and `blocked_tags` as the limitation in update 2.7.12 has been lifted + ## 2.9.0 (March 7th, 2024) FEATURES: @@ -49,7 +55,7 @@ BUG FIXES: ## 2.7.6 (April 28, 2023) BUG FIXES: -* **Breaking** Various name changes to be more idiomatic +* **Breaking** Various name changes to be more idiomatic * `DNSView` -> `View` * `PulsarJob` -> `Job` * `Created_at` -> `CreatedAt` diff --git a/rest/client.go b/rest/client.go index 8c9f7a3..038b9d7 100644 --- a/rest/client.go +++ b/rest/client.go @@ -14,7 +14,7 @@ import ( ) const ( - clientVersion = "2.9.0" + clientVersion = "2.9.1" defaultEndpoint = "https://api.nsone.net/v1/" defaultShouldFollowPagination = true