diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bd70bb..7a11ba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.4 [unreleased] +## 1.3.4 - Added `resume` option to reindex - Added search timeout to payload diff --git a/README.md b/README.md index c91fa6f..8992089 100644 --- a/README.md +++ b/README.md @@ -372,7 +372,7 @@ class Product < ActiveRecord::Base end ``` -If a reindex is interrupted, you can resume it with: [master] +If a reindex is interrupted, you can resume it with: ```ruby Product.reindex(resume: true) diff --git a/lib/searchkick/version.rb b/lib/searchkick/version.rb index 34d61a3..e01ce24 100644 --- a/lib/searchkick/version.rb +++ b/lib/searchkick/version.rb @@ -1,3 +1,3 @@ module Searchkick - VERSION = "1.3.3" + VERSION = "1.3.4" end -- libgit2 0.21.0