Commit b60462c98ee177ced2e45a566e23373f2e96bcd1

Authored by Andrew Kane
1 parent e8bd281a

Version bump to 0.8.5

CHANGELOG.md
1   -## 0.8.5 [unreleased]
  1 +## 0.8.5
2 2  
3 3 - Added support for Elasticsearch 1.4
4 4 - Added `unsearchable` option
... ...
README.md
... ... @@ -902,7 +902,7 @@ class Product < ActiveRecord::Base
902 902 end
903 903 ```
904 904  
905   -Make fields unsearchable but include in the source [master]
  905 +Make fields unsearchable but include in the source
906 906  
907 907 ```ruby
908 908 class Product < ActiveRecord::Base
... ...
lib/searchkick/version.rb
1 1 module Searchkick
2   - VERSION = "0.8.4"
  2 + VERSION = "0.8.5"
3 3 end
... ...