Skip to content

Commit

Permalink
release 2.6.0 (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored Mar 10, 2022
1 parent 0bd60d3 commit 1499034
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/ransack/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ransack
VERSION = '2.5.0'
VERSION = '2.6.0'
end

0 comments on commit 1499034

Please sign in to comment.