Commit 941a8f98c888dc949207760e9f26d671ff741022

Authored by Andrew Kane
1 parent 941668ad

Version bump to 4.4.2 [skip ci]

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
CHANGELOG.md
1   -## 4.4.2 (unreleased)
  1 +## 4.4.2 (2020-11-23)
2 2  
3 3 - Added `missing_records` method to results
4 4 - Fixed issue with `like` and special characters
... ...
lib/searchkick/version.rb
1 1 module Searchkick
2   - VERSION = "4.4.1"
  2 + VERSION = "4.4.2"
3 3 end
... ...