Skip to content

Commit 83465d3

Browse files
Release version 2.0.1
1 parent b1a69a9 commit 83465d3

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
1313

1414
-
1515

16+
## 2.0.1 - 2026-03-10
1617

18+
### Compatible changes
19+
20+
- Add tests for Ruby 4.0 and Rails 8.1
21+
- Introduce `required_ruby_version` in gemspec so people on legacy Ruby versions don't receive future upgrades
22+
- Drop tests and support for Ruby < 3 and Rails < 7.2
1723

1824
## 2.0.0 - 2025-01-22
1925

Gemfile.7-2.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
consul (2.0.0)
4+
consul (2.0.1)
55
activerecord (>= 7.2)
66
activesupport (>= 7.2)
77
edge_rider (>= 0.3.0)

Gemfile.8-0.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
consul (2.0.0)
4+
consul (2.0.1)
55
activerecord (>= 7.2)
66
activesupport (>= 7.2)
77
edge_rider (>= 0.3.0)

Gemfile.8-1.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
consul (2.0.0)
4+
consul (2.0.1)
55
activerecord (>= 7.2)
66
activesupport (>= 7.2)
77
edge_rider (>= 0.3.0)

lib/consul/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Consul
2-
VERSION = '2.0.0'
2+
VERSION = '2.0.1'
33
end

0 commit comments

Comments
 (0)