Commit b09f690dfa0394d93499f62b7de20d4188156449

Authored by Andrew Kane
1 parent 6c745479

Version bump to 0.7.7

1 -## 0.7.7 [unreleased] 1 +## 0.7.7
2 2
3 - Added support for automatic failover 3 - Added support for automatic failover
  4 +- Fixed default operator for partial queries
4 5
5 ## 0.7.6 6 ## 0.7.6
6 7
@@ -580,7 +580,7 @@ Then deploy and reindex: @@ -580,7 +580,7 @@ Then deploy and reindex:
580 rake searchkick:reindex CLASS=Product 580 rake searchkick:reindex CLASS=Product
581 ``` 581 ```
582 582
583 -### Automatic Failover [master] 583 +### Automatic Failover
584 584
585 Create an initializer `config/initializers/elasticsearch.rb` with multiple hosts: 585 Create an initializer `config/initializers/elasticsearch.rb` with multiple hosts:
586 586
lib/searchkick/version.rb
1 module Searchkick 1 module Searchkick
2 - VERSION = "0.7.6" 2 + VERSION = "0.7.7"
3 end 3 end