We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5cb94 commit 91ef7acCopy full SHA for 91ef7ac
CHANGELOG.md
@@ -4,6 +4,8 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/).
4
5
## main
6
7
+## 9.0.1
8
+
9
- NEW: Added `alias_email` and `destination_email` to `EmailForward`
10
- CHANGED: Deprecated `from` and `to` fields in `EmailForward`
11
- CHANGED: `DomainCollaborators` have been deprecated and will be removed in the next major version. Please use our Domain Access Control feature.
lib/dnsimple/version.rb
@@ -2,6 +2,6 @@
2
3
module Dnsimple
- VERSION = "9.0.0"
+ VERSION = "9.0.1"
end
0 commit comments