Skip to content

Commit 2d56e78

Browse files
committed
release 4.2.1
1 parent 8f0fd2c commit 2d56e78

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## Unreleased
44

5-
## 4.2.0 - 2023-10-23
5+
## 4.2.1 - 2024-8-11
6+
7+
* Fix Rails 7.1.x compatibility
8+
9+
## 4.2.0 - 2024-7-10
610

711
* Add Rails 7.2 support by @robinator and @gregmolnar
812

lib/ransack/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Ransack
2-
VERSION = '4.2.0'
2+
VERSION = '4.2.1'
33
end

0 commit comments

Comments
 (0)