Commit 332671b33a228cc5b4af9b536266c3491f965018

Authored by Andrew Kane
1 parent f7583a01

Version bump

CHANGELOG.md
1   -## 0.3.2 [unreleased]
  1 +## 0.3.2
2 2  
3 3 - Added support for single table inheritance
4 4 - Removed Tire::Model::Search
... ...
README.md
... ... @@ -419,7 +419,7 @@ Then deploy and reindex:
419 419 rake searchkick:reindex CLASS=Product
420 420 ```
421 421  
422   -## Inheritance [master]
  422 +## Inheritance
423 423  
424 424 Searchkick supports single table inheritance.
425 425  
... ...
lib/searchkick/version.rb
1 1 module Searchkick
2   - VERSION = "0.3.1"
  2 + VERSION = "0.3.2"
3 3 end
... ...