Commit 9c7debe0aedab7b25a8d004dbe8385fb9fa5b12b

Authored by Andrew Kane
1 parent 50505c46

Version bump to 0.6.1

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
  1 +## 0.6.1
  2 +
  3 +- Fixed huge issue w/ zero-downtime reindexing on 0.90 and elasticsearch-ruby 1.0
  4 +- Restore load: false behavior
  5 +- Restore total_entries method
  6 +
1 ## 0.6.0 7 ## 0.6.0
2 8
3 - Moved to elasticsearch-ruby 9 - Moved to elasticsearch-ruby
lib/searchkick/version.rb
1 module Searchkick 1 module Searchkick
2 - VERSION = "0.6.0" 2 + VERSION = "0.6.1"
3 end 3 end