Commit 33a8257ab0d95a5ca3b8e7b72ed79e632c9c2783

Authored by Andrew Kane
1 parent efb67565

Version bump to 2.2.0

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
1 -## 2.2.0 [unreleased] 1 +## 2.2.0
2 2
3 - Fixed bug with text values longer than 256 characters and `_all` field - see [#850](https://github.com/ankane/searchkick/issues/850) 3 - Fixed bug with text values longer than 256 characters and `_all` field - see [#850](https://github.com/ankane/searchkick/issues/850)
4 - Fixed issue with `_all` field in `searchable` 4 - Fixed issue with `_all` field in `searchable`
lib/searchkick/version.rb
1 module Searchkick 1 module Searchkick
2 - VERSION = "2.1.1" 2 + VERSION = "2.2.0"
3 end 3 end