Commit 84173f2d10a04b014e31d0f0f7fe58e98ff778ee

Authored by Andrew Kane
1 parent b7298802

Version bump

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
CHANGELOG.md
  1 +## 0.6.2
  2 +
  3 +- Added logging
  4 +- Fixed index_name option
  5 +- Added ability to use proc as the index name
  6 +
1 7 ## 0.6.1
2 8  
3 9 - Fixed huge issue w/ zero-downtime reindexing on 0.90 and elasticsearch-ruby 1.0
... ...
lib/searchkick/version.rb
1 1 module Searchkick
2   - VERSION = "0.6.1"
  2 + VERSION = "0.6.2"
3 3 end
... ...