Skip to content

Commit c453c35

Browse files
committed
release 2.5.0
1 parent 117d139 commit c453c35

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## Unreleased
4+
5+
## 2.5.0 - 2021-12-26
6+
7+
* ActiveRecord 7.0 support
8+
39
* Drop support for rubies under 2.5. PR #1189
410

511
* Have casted array predicates type checked to Arel::Nodes::Casted fixing non-casted array predicates.

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 = '2.4.2'
2+
VERSION = '2.5.0'
33
end

0 commit comments

Comments
 (0)