Commit 596eb1fb5475fb12f8e377914390e97b17ef24bd

Authored by Andrew Kane
1 parent ba6fc51b

Version bump to 1.4.0 [skip ci]

CHANGELOG.md
1   -## 1.4.0 [unreleased]
  1 +## 1.4.0
2 2  
3 3 - Boost exact matches for partial matching
4 4 - Added `searchkick_debug` method
... ...
README.md
... ... @@ -44,7 +44,7 @@ Add this line to your application’s Gemfile:
44 44 gem 'searchkick'
45 45 ```
46 46  
47   -For Elasticsearch 2.0, use the version `1.0` and above. For Elasticsearch 0.90, use version `0.6.3` and [this readme](https://github.com/ankane/searchkick/blob/v0.6.3/README.md).
  47 +For Elasticsearch 5.0, use the version `1.4` and above. For Elasticsearch 2.0, use the version `1.0` and above.
48 48  
49 49 Add searchkick to models you want to search.
50 50  
... ...
lib/searchkick/version.rb
1 1 module Searchkick
2   - VERSION = "1.3.6"
  2 + VERSION = "1.4.0"
3 3 end
... ...