diff --git a/CHANGELOG.md b/CHANGELOG.md index 723f4f1..dc80292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## main -## 1.2.1 (Unreleased) +## 1.2.1 FEATURES: diff --git a/dnsimple/dnsimple.go b/dnsimple/dnsimple.go index 1f71b25..39b82fa 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 = "1.2.0" + Version = "1.2.1" // defaultBaseURL to the DNSimple production API. defaultBaseURL = "https://api.dnsimple.com"