Commit 8aa1355ee14d53d88154b9a01b2b5b16019aec56

Authored by Andrew Kane
1 parent e3c33c25

Version bump

  1 +## 0.2.8
  2 +
  3 +- Added option to disable callbacks
  4 +- Fixed bug with facets with Elasticsearch 0.90.5
  5 +
1 ## 0.2.7 6 ## 0.2.7
2 7
3 - Added limit to facet 8 - Added limit to facet
@@ -434,7 +434,7 @@ class Product < ActiveRecord::Base @@ -434,7 +434,7 @@ class Product < ActiveRecord::Base
434 end 434 end
435 ``` 435 ```
436 436
437 -Turn off callbacks [master branch] 437 +Turn off callbacks
438 438
439 ```ruby 439 ```ruby
440 class Product < ActiveRecord::Base 440 class Product < ActiveRecord::Base
lib/searchkick/version.rb
1 module Searchkick 1 module Searchkick
2 - VERSION = "0.2.7" 2 + VERSION = "0.2.8"
3 end 3 end