Commit 332671b33a228cc5b4af9b536266c3491f965018

Authored by Andrew Kane
1 parent f7583a01

Version bump

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