From 060c77ac1568e362b5db9de2a282b0acf028050e Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 18 Aug 2014 00:37:29 -0700 Subject: [PATCH] Version bump to 0.8.2 --- CHANGELOG.md | 2 +- README.md | 4 ++-- lib/searchkick/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04365bf..b165b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.8.2 [unreleased] +## 0.8.2 - Added `async` to `callbacks` option - Added `wordnet` option diff --git a/README.md b/README.md index 2fa7fc0..3e9e521 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ end Call `Product.reindex` after changing synonyms. -### WordNet [master] +### WordNet Prepopulate English synonyms with the [WordNet database](http://en.wikipedia.org/wiki/WordNet). @@ -333,7 +333,7 @@ There are three strategies for keeping the index synced with your database. Anytime a record is inserted, updated, or deleted -2. Asynchronous [master] +2. Asynchronous Use background jobs for better performance diff --git a/lib/searchkick/version.rb b/lib/searchkick/version.rb index e079dc5..f19e29e 100644 --- a/lib/searchkick/version.rb +++ b/lib/searchkick/version.rb @@ -1,3 +1,3 @@ module Searchkick - VERSION = "0.8.1" + VERSION = "0.8.2" end -- libgit2 0.21.0