We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3865681 commit b10dfeeCopy full SHA for b10dfee
CHANGELOG.md
@@ -1,10 +1,11 @@
1
# Changelog
2
3
-## Development
+## 2.22.3 (January 7, 2026) [☰](https://github.com/kpumuk/meta-tags/compare/v2.22.2...v2.22.3)
4
5
Changes:
6
7
- Upper limit for Ruby on Rails version is no longer enforced (https://github.com/kpumuk/meta-tags/pull/340)
8
+- Added Ruby 4.0 the build matrix (https://github.com/kpumuk/meta-tags/pull/341)
9
10
## 2.22.2 (October 25, 2025) [☰](https://github.com/kpumuk/meta-tags/compare/v2.22.1...v2.22.2)
11
lib/meta_tags/version.rb
@@ -2,6 +2,6 @@
module MetaTags
# Gem version.
- VERSION = "2.22.2"
+ VERSION = "2.22.3"
public_constant :VERSION
end
0 commit comments