Skip to content

Commit

Permalink
Bumped version to 2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpumuk committed Jul 15, 2024
1 parent 7078d54 commit 5fd5f7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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 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

0 comments on commit 5fd5f7a

Please sign in to comment.