release 2.6.0 (#1278)

This commit is contained in:
David Rodríguez 2022-03-10 08:02:59 +01:00 committed by GitHub
parent 0bd60d397d
commit 1499034a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

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

View File

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