Commit a1033061b421cea30e8ac6711e5a3777d1d1b21d

Authored by Andrew Kane
1 parent 708ec1a6

Version bump

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
README.md
... ... @@ -744,9 +744,9 @@ rake searchkick:reindex:all
744 744  
745 745 4. Once it finishes, replace search calls w/ searchkick calls
746 746  
747   -## Note about 0.6.0
  747 +## Note about 0.6.0 and 0.7.0
748 748  
749   -If running Searchkick `0.6.0` and Elasticsearch `0.90`, we recommend upgrading to Searchkick `0.6.1` to fix an issue that causes downtime when reindexing.
  749 +If running Searchkick `0.6.0` or `0.7.0` and Elasticsearch `0.90`, we recommend upgrading to Searchkick `0.7.1` to fix an issue that causes downtime when reindexing.
750 750  
751 751 ## Elasticsearch Gotchas
752 752  
... ...
lib/searchkick/version.rb
1 1 module Searchkick
2   - VERSION = "0.7.0"
  2 + VERSION = "0.7.1"
3 3 end
... ...