Skip to content

Commit

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

### Compatible changes



## 1.2.0 - 2023-01-24

### Compatible changes

- Add support for Ruby 3.2

## 1.1.2 - 2022-06-21

### Compatible changes
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.5-2.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
consul (1.1.2)
consul (1.2.0)
activerecord (>= 3.2)
activesupport (>= 3.2)
edge_rider (>= 0.3.0)
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.1.2)
consul (1.2.0)
activerecord (>= 3.2)
activesupport (>= 3.2)
edge_rider (>= 0.3.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.7-0.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
consul (1.1.2)
consul (1.2.0)
activerecord (>= 3.2)
activesupport (>= 3.2)
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.1.2'
VERSION = '1.2.0'
end

0 comments on commit 2309e77

Please sign in to comment.