From 9febe2f8d7b43b52281a80432eabea42a94910ee Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 23 Aug 2016 22:27:49 -0700 Subject: [PATCH] Version bump to 1.3.4 --- CHANGELOG.md | 2 +- README.md | 2 +- lib/searchkick/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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