Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmolnar committed Feb 7, 2025
1 parent 455da4a commit 29efe9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.3.0 - 2025-2-7

* Fix wildcard escaping with PostGIS adapter.
* Rails 8 compatibility
* Drop Rails 6 and 7.0 compatibility
Expand Down
2 changes: 1 addition & 1 deletion lib/ransack/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ransack
VERSION = '4.2.1'
VERSION = '4.3.0'
end

0 comments on commit 29efe9c

Please sign in to comment.