Skip to content

Commit 4e148cc

Browse files
committed
2.3.0 release
1 parent 2592d72 commit 4e148cc

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
## Unreleased
44

5+
## 2.3.0 - 2019-08-18
6+
7+
* Arabic translations PR [979](https://github.com/activerecord-hackery/ransack/pull/979)
8+
9+
* Rails 6 PR [1027](https://github.com/activerecord-hackery/ransack/pull/1027)
10+
*vrodokanakis*
11+
12+
* Make polyamorous a separate gem PR [1002](https://github.com/activerecord-hackery/ransack/pull/1002)
13+
14+
* Catalan translations PR[1007](https://github.com/activerecord-hackery/ransack/pull/1007)
15+
*roslavych*
16+
17+
* Don't escape period characters with wildcard searches in mysql2 PR [1013](https://github.com/activerecord-hackery/ransack/pull/1013)
18+
*daflip*
19+
20+
* Farsi translations PR [1030](https://github.com/activerecord-hackery/ransack/pull/1030)
21+
22+
* Finnish translations PR [1049](https://github.com/activerecord-hackery/ransack/pull/1049)
23+
524
* Fix wrong table alias when using nested join. for ActiveRecord >= 5.2
625
PR [374](https://github.com/activerecord-hackery/ransack/pull/374)
726

lib/ransack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Ransack
2-
VERSION = '2.1.1'
2+
VERSION = '2.3.0'
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Polyamorous
2-
VERSION = '2.1.1'
2+
VERSION = '2.3.0'
33
end

0 commit comments

Comments
 (0)