mirror of
https://github.com/activerecord-hackery/ransack.git
synced 2022-11-09 13:47:45 -05:00
release 2.6.0 (#1278)
This commit is contained in:
parent
0bd60d397d
commit
1499034a86
2 changed files with 9 additions and 1 deletions
|
@ -2,6 +2,14 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 2.6.0 - 2022-03-08
|
||||
|
||||
* Fix regression when joining a table with itself.
|
||||
PR [1275](https://github.com/activerecord-hackery/ransack/pull/1276)
|
||||
|
||||
* Drop support for ActiveRecord older than 6.0.4.
|
||||
PR [1276](https://github.com/activerecord-hackery/ransack/pull/1276)
|
||||
|
||||
## 2.5.0 - 2021-12-26
|
||||
|
||||
* ActiveRecord 7.0 support
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Ransack
|
||||
VERSION = '2.5.0'
|
||||
VERSION = '2.6.0'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue