Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump v4.1.1 #95

Merged
merged 1 commit into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ User-visible changes worth mentioning.

---

## 4.1.1 - 2023-10-12
- Fix support for Rails 7.1.x - Thanks @mikeastock

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

## 4.1.0 - 2023-10-07
- Add support for Rails 7.1 - Thanks @gregg-platogo
- Drop support for Ruby below 2.5.0 and Rails below 6.0
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.1.0"
s.version = "4.1.1"
s.authors = ["John Pignata"]
s.email = "[email protected]"
s.homepage = "http://github.com/jpignata/temping"
Expand Down