Skip to content

Commit da53a3a

Browse files
committed
Release 10.0.0
1 parent 62abf75 commit da53a3a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/).
44

55
## main
66

7+
## 10.0.0
8+
79
- CHANGED: Minimum Ruby version is now 3.2
810

911
## 9.0.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gem install dnsimple
2323
Or use Bundler and define it as a dependency in your Gemfile:
2424

2525
```ruby
26-
gem 'dnsimple', '~> 8.0'
26+
gem 'dnsimple', '~> 10.0'
2727
```
2828

2929
## Documentation

lib/dnsimple/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Dnsimple
44

5-
VERSION = "9.0.1"
5+
VERSION = "10.0.0"
66

77
end

0 commit comments

Comments
 (0)