diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a181ce..d738366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ User-visible changes worth mentioning. --- +## 4.2.0 - 2024-08-10 +- Add support for Rails 7.2 - Thanks @yosiat + +[(full changelog since previous version)](https://github.com/jpignata/temping/compare/v4.1.1...v4.2.0) + ## 4.1.1 - 2023-10-12 - Fix support for Rails 7.1.x - Thanks @mikeastock diff --git a/temping.gemspec b/temping.gemspec index e1a8d63..a691754 100644 --- a/temping.gemspec +++ b/temping.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "temping" - s.version = "4.1.1" + s.version = "4.2.0" s.authors = ["John Pignata"] s.email = "john@pignata.com" s.homepage = "http://github.com/jpignata/temping"