Commit 2a8ce108c0467802cae9334798f12c20adbaa75f

Authored by Andrew Kane
1 parent e38923b5

Version bump to 2.1.1 [skip ci]

CHANGELOG.md
1   -## 2.1.1 [unreleased]
  1 +## 2.1.1
2 2  
3 3 - Fixed duplicate notifications
4 4 - Added support for `connection_pool`
... ...
README.md
... ... @@ -377,7 +377,7 @@ Turn off misspellings with:
377 377 Product.search "zuchini", misspellings: false # no zucchini
378 378 ```
379 379  
380   -### Bad Matches [master]
  380 +### Bad Matches
381 381  
382 382 If a user searches `butter`, they may also get results for `peanut butter`. To prevent this, use:
383 383  
... ...
lib/searchkick/version.rb
1 1 module Searchkick
2   - VERSION = "2.1.0"
  2 + VERSION = "2.1.1"
3 3 end
... ...