Skip to content

Commit

Permalink
Bump v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-savochkin committed Oct 6, 2023
1 parent 6b71644 commit fae3008
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ User-visible changes worth mentioning.

---

## 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

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


## 4.0.0 - 2022-11-06
- [#79](https://github.com/jpignata/temping/pull/79): Support namespaces
- [#77](https://github.com/jpignata/temping/pull/77): Fix `.teardown` and `.cleanup` methods to process
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.0.0"
s.version = "4.1.0"
s.authors = ["John Pignata"]
s.email = "[email protected]"
s.homepage = "http://github.com/jpignata/temping"
Expand Down

0 comments on commit fae3008

Please sign in to comment.