From aff7c38559377ad0093961535c130adb4fa283e9 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 18 Dec 2015 02:38:15 -0800 Subject: [PATCH] Version bump to 1.1.2 --- CHANGELOG.md | 5 ++++- README.md | 6 +++--- lib/searchkick/version.rb | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 744c11d..41ce24a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ -## 1.1.2 [unreleased] +## 1.1.2 +- Added bulk updates with `callbacks` method +- Added `bulk_delete` method - Added `search_timeout` option +- Fixed bug with new location format for `boost_by_distance` ## 1.1.1 diff --git a/README.md b/README.md index 3bf802f..5446f44 100644 --- a/README.md +++ b/README.md @@ -406,7 +406,7 @@ There are three strategies for keeping the index synced with your database. end ``` -You can also do bulk updates. [master] +You can also do bulk updates. ```ruby Searchkick.callbacks(:bulk) do @@ -414,7 +414,7 @@ Searchkick.callbacks(:bulk) do end ``` -Or temporarily skip updates. [master] +Or temporarily skip updates. ```ruby Searchkick.callbacks(false) do @@ -1151,7 +1151,7 @@ Change timeout Searchkick.timeout = 15 # defaults to 10 ``` -Set a lower timeout for searches [master] +Set a lower timeout for searches ```ruby Searchkick.search_timeout = 3 diff --git a/lib/searchkick/version.rb b/lib/searchkick/version.rb index 978d667..c4b06cf 100644 --- a/lib/searchkick/version.rb +++ b/lib/searchkick/version.rb @@ -1,3 +1,3 @@ module Searchkick - VERSION = "1.1.1" + VERSION = "1.1.2" end -- libgit2 0.21.0