Skip to content

Commit 29efe9c

Browse files
committed
bump version
1 parent 455da4a commit 29efe9c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 4.3.0 - 2025-2-7
6+
57
* Fix wildcard escaping with PostGIS adapter.
68
* Rails 8 compatibility
79
* Drop Rails 6 and 7.0 compatibility

lib/ransack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Ransack
2-
VERSION = '4.2.1'
2+
VERSION = '4.3.0'
33
end

0 commit comments

Comments
 (0)