2.3.0 release

This commit is contained in:
Greg Molnar 2019-08-18 20:51:58 +02:00
parent 2592d726af
commit 4e148cc0bf
3 changed files with 21 additions and 2 deletions

View File

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

View File

@ -1,3 +1,3 @@
module Ransack
VERSION = '2.1.1'
VERSION = '2.3.0'
end

View File

@ -1,3 +1,3 @@
module Polyamorous
VERSION = '2.1.1'
VERSION = '2.3.0'
end