Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumped version to 2.22.0 #307

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.22.0 (July 15, 2024)

Changes:

- Added support for Ruby on Rails 7.2 ([303](https://github.com/kpumuk/meta-tags/pull/303))

## 2.21.0 (April 11, 2024)

Bugfixes:
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.21.0)
meta-tags (2.22.0)
actionpack (>= 6.0.0, < 8.1)

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.21.0)
meta-tags (2.22.0)
actionpack (>= 6.0.0, < 8.1)

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.21.0)
meta-tags (2.22.0)
actionpack (>= 6.0.0, < 8.1)

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.21.0)
meta-tags (2.22.0)
actionpack (>= 6.0.0, < 8.1)

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
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
meta-tags (2.21.0)
meta-tags (2.22.0)
actionpack (>= 6.0.0, < 8.1)

GEM
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_edge.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/rails/rails.git
revision: 4867559a10a342e7c27dacdf0ec42702455b29be
revision: 099776069c4be64be8be7e3fdb0232d7824a38a9
specs:
actionpack (8.0.0.alpha)
actionview (= 8.0.0.alpha)
Expand Down Expand Up @@ -41,7 +41,7 @@ GIT
PATH
remote: ..
specs:
meta-tags (2.21.0)
meta-tags (2.22.0)
actionpack (>= 6.0.0, < 8.1)

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.21.0"
VERSION = "2.22.0"
public_constant :VERSION
end