Skip to content

Commit b10dfee

Browse files
committed
Preparing 2.22.3 release
1 parent 3865681 commit b10dfee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

3-
## Development
3+
## 2.22.3 (January 7, 2026) [](https://github.com/kpumuk/meta-tags/compare/v2.22.2...v2.22.3)
44

55
Changes:
66

77
- 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)
89

910
## 2.22.2 (October 25, 2025) [](https://github.com/kpumuk/meta-tags/compare/v2.22.1...v2.22.2)
1011

lib/meta_tags/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module MetaTags
44
# Gem version.
5-
VERSION = "2.22.2"
5+
VERSION = "2.22.3"
66
public_constant :VERSION
77
end

0 commit comments

Comments
 (0)