Commit fc04aa35738c11a3774bae9834fe1d9ecbad49f7

Authored by Andrew Kane
1 parent 238097ec

Version bump to 4.3.0 [skip ci]

Showing 2 changed files with 3 additions and 2 deletions   Show diff stats
CHANGELOG.md
1   -## 4.2.2 (unreleased)
  1 +## 4.3.0 (2020-02-19)
2 2  
3 3 - Fixed `like` queries with `"` character
  4 +- Better error when invalid parameters passed to `where`
4 5  
5 6 ## 4.2.1 (2020-01-27)
6 7  
... ...
lib/searchkick/version.rb
1 1 module Searchkick
2   - VERSION = "4.2.1"
  2 + VERSION = "4.3.0"
3 3 end
... ...