Skip to content

Commit

Permalink
Release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mak-dunkelziffer committed Jan 24, 2025
1 parent 3c56092 commit 1236ca9
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

### Breaking changes

-

### Compatible changes

-



## 1.4.0 - 2025-01-22

### Breaking changes

- Increase gemspec version constraints to Rails >= 6.0
- Drop tests (and support) for Ruby 2.5

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.6-1.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
consul (1.3.2)
consul (2.0.0)
activerecord (>= 6.0)
activesupport (>= 6.0)
edge_rider (>= 0.3.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.7-1.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
consul (1.3.2)
consul (2.0.0)
activerecord (>= 6.0)
activesupport (>= 6.0)
edge_rider (>= 0.3.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.7-2.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
consul (1.3.2)
consul (2.0.0)
activerecord (>= 6.0)
activesupport (>= 6.0)
edge_rider (>= 0.3.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.8-0.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
consul (1.3.2)
consul (2.0.0)
activerecord (>= 6.0)
activesupport (>= 6.0)
edge_rider (>= 0.3.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/consul/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Consul
VERSION = '1.3.2'
VERSION = '2.0.0'
end

0 comments on commit 1236ca9

Please sign in to comment.