Skip to content

Commit

Permalink
Release 8.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kntsoriano committed Feb 29, 2024
1 parent 3cd674c commit 3dbe07e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/).

## main

## 8.9.0

- NEW: Added `Dnsimple::Client::Registrar#restore_domain` to restore a domain. (dnsimple/dnsimple-ruby#379)
- NEW: Added `Dnsimple::Client::Registrar#get_domain_restore` to retrieve the details of an existing dommain restore. (dnsimple/dnsimple-ruby#379)

## 8.8.0

- NEW: Added `Dnsimple::Client::DnsAnalytics#query` to query and pull data from the DNS Analytics API endpoint(dnsimple/dnsimple-ruby#375)
Expand Down
2 changes: 1 addition & 1 deletion lib/dnsimple/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Dnsimple

VERSION = "8.8.0"
VERSION = "8.9.0"

end

0 comments on commit 3dbe07e

Please sign in to comment.