Commit 26414e5a57af82192da44e3717a8386dda65dca1

Authored by Andrew Kane
1 parent 84c4c66f

Version bump

Showing 2 changed files with 5 additions and 1 deletions   Show diff stats
CHANGELOG.md
  1 +## 0.5.2
  2 +
  3 +- Use after_commit hook for ActiveRecord to prevent data inconsistencies
  4 +
1 5 ## 0.5.1
2 6  
3 7 - Replaced stop words with common terms query
... ...
lib/searchkick/version.rb
1 1 module Searchkick
2   - VERSION = "0.5.1"
  2 + VERSION = "0.5.2"
3 3 end
... ...