release 2.5.0

This commit is contained in:
Greg Molnar 2021-12-25 18:59:22 +01:00
parent 117d139dd7
commit c453c355ee
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -1,3 +1,3 @@
module Ransack
VERSION = '2.4.2'
VERSION = '2.5.0'
end