Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Expand Up @@ -4,6 +4,12 @@ User-visible changes worth mentioning.

---

## 4.4.0 - 2025-10-24
- Add support for Rails 8.1 - Thanks @zhuravel

[(full changelog since previous version)](https://github.com/jpignata/temping/compare/v4.3.0...v4.4.0)


## 4.3.0 - 2024-11-15
- Add support for Rails 8.0 - Thanks @zhuravel

Expand Down
2 changes: 1 addition & 1 deletion temping.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "temping"
s.version = "4.3.0"
s.version = "4.4.0"
s.authors = ["John Pignata"]
s.email = "[email protected]"
s.homepage = "https://github.com/jpignata/temping"
Expand Down