Skip to content

Commit

Permalink
Release 0.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duduribeiro committed Apr 20, 2021
1 parent 2ae4fe6 commit 5c7bab7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CHANGELOG

#### master
#### main

#### 0.70.0

- NEW: Added Registrar.GetDomainPrices() to retrieve whether a domain is premium and the prices to register, transfer, and renew. (dnsimple/dnsimple-go#103)

Expand Down
2 changes: 1 addition & 1 deletion dnsimple/dnsimple.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "0.63.0"
Version = "0.70.0"

// defaultBaseURL to the DNSimple production API.
defaultBaseURL = "https://api.dnsimple.com"
Expand Down

0 comments on commit 5c7bab7

Please sign in to comment.