diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ae03de..37ce9f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.1.1 [unreleased] +## 2.1.1 - Fixed duplicate notifications - Added support for `connection_pool` diff --git a/README.md b/README.md index bdc4854..3efe667 100644 --- a/README.md +++ b/README.md @@ -377,7 +377,7 @@ Turn off misspellings with: Product.search "zuchini", misspellings: false # no zucchini ``` -### Bad Matches [master] +### Bad Matches If a user searches `butter`, they may also get results for `peanut butter`. To prevent this, use: diff --git a/lib/searchkick/version.rb b/lib/searchkick/version.rb index e79c0e8..ad9615e 100644 --- a/lib/searchkick/version.rb +++ b/lib/searchkick/version.rb @@ -1,3 +1,3 @@ module Searchkick - VERSION = "2.1.0" + VERSION = "2.1.1" end -- libgit2 0.21.0