From 91ef7ac66cfe3bf6f6d613d389e1ef96c986ed5b Mon Sep 17 00:00:00 2001 From: Dallas Read Date: Thu, 12 Dec 2024 13:16:31 -0400 Subject: [PATCH] Release 9.0.1 --- CHANGELOG.md | 2 ++ lib/dnsimple/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b2c3e4c..9fa5056f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/). ## main +## 9.0.1 + - NEW: Added `alias_email` and `destination_email` to `EmailForward` - CHANGED: Deprecated `from` and `to` fields in `EmailForward` - CHANGED: `DomainCollaborators` have been deprecated and will be removed in the next major version. Please use our Domain Access Control feature. diff --git a/lib/dnsimple/version.rb b/lib/dnsimple/version.rb index 4eae83af..8da3de3e 100644 --- a/lib/dnsimple/version.rb +++ b/lib/dnsimple/version.rb @@ -2,6 +2,6 @@ module Dnsimple - VERSION = "9.0.0" + VERSION = "9.0.1" end