Skip to content

Commit

Permalink
release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmolnar committed Dec 25, 2021
1 parent 117d139 commit c453c35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## Unreleased

## 2.5.0 - 2021-12-26

* ActiveRecord 7.0 support

* Drop support for rubies under 2.5. PR #1189

* Have casted array predicates type checked to Arel::Nodes::Casted fixing non-casted array predicates.
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 = '2.4.2'
VERSION = '2.5.0'
end

0 comments on commit c453c35

Please sign in to comment.