We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62abf75 commit da53a3aCopy full SHA for da53a3a
CHANGELOG.md
@@ -4,6 +4,8 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/).
4
5
## main
6
7
+## 10.0.0
8
+
9
- CHANGED: Minimum Ruby version is now 3.2
10
11
## 9.0.1
README.md
@@ -23,7 +23,7 @@ gem install dnsimple
23
Or use Bundler and define it as a dependency in your Gemfile:
24
25
```ruby
26
-gem 'dnsimple', '~> 8.0'
+gem 'dnsimple', '~> 10.0'
27
```
28
29
## Documentation
lib/dnsimple/version.rb
@@ -2,6 +2,6 @@
2
3
module Dnsimple
- VERSION = "9.0.1"
+ VERSION = "10.0.0"
end
0 commit comments