Skip to content

Commit

Permalink
Bumped version to 2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
kpumuk committed Dec 26, 2023
1 parent 6f40531 commit ba4a658
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 10 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.20.0 (Development)
## 2.20.0 (December 26, 2023)

Features:

Expand All @@ -10,9 +10,6 @@ Features:
Changes:

- Switched builds from CircleCI to Github Actions ([273](https://github.com/kpumuk/meta-tags/pull/273))

Changes:

- Ruby on Rails < 6.0 is no longer supported.

## 2.19.0 (October 5, 2023) [](https://github.com/kpumuk/meta-tags/compare/v2.18.0...v2.19.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
meta-tags (2.19.0)
meta-tags (2.20.0)
actionpack (>= 6.0.0, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
meta-tags (2.19.0)
meta-tags (2.20.0)
actionpack (>= 6.0.0, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
meta-tags (2.19.0)
meta-tags (2.20.0)
actionpack (>= 6.0.0, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
meta-tags (2.19.0)
meta-tags (2.20.0)
actionpack (>= 6.0.0, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GIT
PATH
remote: ..
specs:
meta-tags (2.19.0)
meta-tags (2.20.0)
actionpack (>= 6.0.0, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/meta_tags/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module MetaTags
# Gem version.
VERSION = "2.19.0"
VERSION = "2.20.0"
public_constant :VERSION
end

0 comments on commit ba4a658

Please sign in to comment.