Commit 9febe2f8d7b43b52281a80432eabea42a94910ee

Authored by Andrew Kane
1 parent b03fef75

Version bump to 1.3.4

CHANGELOG.md
1   -## 1.3.4 [unreleased]
  1 +## 1.3.4
2 2  
3 3 - Added `resume` option to reindex
4 4 - Added search timeout to payload
... ...
README.md
... ... @@ -372,7 +372,7 @@ class Product < ActiveRecord::Base
372 372 end
373 373 ```
374 374  
375   -If a reindex is interrupted, you can resume it with: [master]
  375 +If a reindex is interrupted, you can resume it with:
376 376  
377 377 ```ruby
378 378 Product.reindex(resume: true)
... ...
lib/searchkick/version.rb
1 1 module Searchkick
2   - VERSION = "1.3.3"
  2 + VERSION = "1.3.4"
3 3 end
... ...