From 756eb1f25a31dbb94bca30f64fd123bea74fac6c Mon Sep 17 00:00:00 2001 From: Dallas Read Date: Thu, 12 Dec 2024 11:42:33 -0400 Subject: [PATCH] Release 3.0.0 --- CHANGELOG.md | 2 ++ dnsimple/dnsimple.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb04fc9..afef9a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## main +## 3.0.0 + - NEW: Added `active` attribute to EmailForward - CHANGED: Added support for Go >= 1.23 - CHANGED: `DomainCollaborators` have been deprecated and will be removed in the next major version. Please use our Domain Access Control feature. diff --git a/dnsimple/dnsimple.go b/dnsimple/dnsimple.go index 3906a51..4515829 100644 --- a/dnsimple/dnsimple.go +++ b/dnsimple/dnsimple.go @@ -25,7 +25,7 @@ const ( // This is a pro-forma convention given that Go dependencies // tends to be fetched directly from the repo. // It is also used in the user-agent identify the client. - Version = "2.0.0" + Version = "3.0.0" // defaultBaseURL to the DNSimple production API. defaultBaseURL = "https://api.dnsimple.com"