Skip to content

Commit

Permalink
2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmolnar committed Aug 18, 2019
1 parent 2592d72 commit 4e148cc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

## Unreleased

## 2.3.0 - 2019-08-18

* Arabic translations PR [979](https://github.com/activerecord-hackery/ransack/pull/979)

* Rails 6 PR [1027](https://github.com/activerecord-hackery/ransack/pull/1027)
*vrodokanakis*

* Make polyamorous a separate gem PR [1002](https://github.com/activerecord-hackery/ransack/pull/1002)

* Catalan translations PR[1007](https://github.com/activerecord-hackery/ransack/pull/1007)
*roslavych*

* Don't escape period characters with wildcard searches in mysql2 PR [1013](https://github.com/activerecord-hackery/ransack/pull/1013)
*daflip*

* Farsi translations PR [1030](https://github.com/activerecord-hackery/ransack/pull/1030)

* Finnish translations PR [1049](https://github.com/activerecord-hackery/ransack/pull/1049)

* Fix wrong table alias when using nested join. for ActiveRecord >= 5.2
PR [374](https://github.com/activerecord-hackery/ransack/pull/374)

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.1.1'
VERSION = '2.3.0'
end
2 changes: 1 addition & 1 deletion polyamorous/lib/polyamorous/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Polyamorous
VERSION = '2.1.1'
VERSION = '2.3.0'
end

0 comments on commit 4e148cc

Please sign in to comment.