We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd60d3 commit 1499034Copy full SHA for 1499034
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
## Unreleased
4
5
+## 2.6.0 - 2022-03-08
6
+
7
+* Fix regression when joining a table with itself.
8
+ PR [1275](https://github.com/activerecord-hackery/ransack/pull/1276)
9
10
+* Drop support for ActiveRecord older than 6.0.4.
11
+ PR [1276](https://github.com/activerecord-hackery/ransack/pull/1276)
12
13
## 2.5.0 - 2021-12-26
14
15
* ActiveRecord 7.0 support
lib/ransack/version.rb
@@ -1,3 +1,3 @@
1
module Ransack
- VERSION = '2.5.0'
+ VERSION = '2.6.0'
end
0 commit comments