From 3dbe07e395733935ea0445bf5c56e86d799bc776 Mon Sep 17 00:00:00 2001 From: Karlo Soriano Date: Thu, 29 Feb 2024 21:32:12 +0800 Subject: [PATCH] Release 8.9.0 --- CHANGELOG.md | 5 +++++ lib/dnsimple/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 741d90fc..e90c4515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/dnsimple/version.rb b/lib/dnsimple/version.rb index a78bb3e8..27d201c7 100644 --- a/lib/dnsimple/version.rb +++ b/lib/dnsimple/version.rb @@ -2,6 +2,6 @@ module Dnsimple - VERSION = "8.8.0" + VERSION = "8.9.0" end