Commit 48c6c98b51bb4d421a77f31219c8af01bdd6f2b8

Authored by Andrew Kane
1 parent c895b316

Version bump

CHANGELOG.md
1   -## 0.2.4 [unreleased]
  1 +## 0.2.4
2 2  
3 3 - Use `to_hash` instead of `as_json` for default `search_data` method
4 4 - Works for Mongoid 1.3
  5 +- Use one shard in test environment for consistent scores
5 6  
6 7 ## 0.2.3
7 8  
... ...
README.md
... ... @@ -19,7 +19,7 @@ Plus:
19 19 - easily personalize results for each user
20 20 - autocomplete
21 21 - “Did you mean” suggestions
22   -- works with ActiveRecord and Mongoid [master]
  22 +- works with ActiveRecord and Mongoid
23 23  
24 24 :tangerine: Battle-tested at [Instacart](https://www.instacart.com)
25 25  
... ...
lib/searchkick/version.rb
1 1 module Searchkick
2   - VERSION = "0.2.3"
  2 + VERSION = "0.2.4"
3 3 end
... ...