diff --git a/CHANGELOG.md b/CHANGELOG.md index 99d6b523..c909ddbc 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.0 + - CHANGED: Minimum Ruby version is now 3.1 ## 8.9.0 diff --git a/lib/dnsimple/version.rb b/lib/dnsimple/version.rb index 27d201c7..4eae83af 100644 --- a/lib/dnsimple/version.rb +++ b/lib/dnsimple/version.rb @@ -2,6 +2,6 @@ module Dnsimple - VERSION = "8.9.0" + VERSION = "9.0.0" end