Commit dbbbead9284f48558787e2c836bcd1701d892156

Authored by Andrew Kane
1 parent 0b4c5e54

Version bump to 2.3.1

1 -## 2.3.1 [unreleased] 1 +## 2.3.1
2 2
3 - Added support for `reindex(async: true)` for non-numeric primary keys 3 - Added support for `reindex(async: true)` for non-numeric primary keys
4 - Added `conversions_term` option 4 - Added `conversions_term` option
@@ -1565,7 +1565,7 @@ class Product < ActiveRecord::Base @@ -1565,7 +1565,7 @@ class Product < ActiveRecord::Base
1565 end 1565 end
1566 ``` 1566 ```
1567 1567
1568 -Use a different term for boosting by conversions [master] 1568 +Use a different term for boosting by conversions
1569 1569
1570 ```ruby 1570 ```ruby
1571 Product.search("banana", conversions_term: "organic banana") 1571 Product.search("banana", conversions_term: "organic banana")
lib/searchkick/version.rb
1 module Searchkick 1 module Searchkick
2 - VERSION = "2.3.0" 2 + VERSION = "2.3.1"
3 end 3 end