Commit 2fb0e2108bcc0849866b91a4d6422f8873153c52

Authored by Andrew Kane
1 parent 19fcf7fb

Version bump to 4.4.4 [skip ci]

Showing 2 changed files with 4 additions and 4 deletions   Show diff stats
1 -## 4.4.4 (unreleased) 1 +## 4.4.4 (2021-03-12)
2 2
3 -- Fixed `too_long_frame_exception` exception with `scroll` method 3 +- Fixed `too_long_frame_exception` with `scroll` method
4 - Fixed multi-word emoji tokenization 4 - Fixed multi-word emoji tokenization
5 5
6 -## 4.4.3 (2020-02-25) 6 +## 4.4.3 (2021-02-25)
7 7
8 - Added support for Hunspell 8 - Added support for Hunspell
9 - Fixed warning about accessing system indices 9 - Fixed warning about accessing system indices
lib/searchkick/version.rb
1 module Searchkick 1 module Searchkick
2 - VERSION = "4.4.3" 2 + VERSION = "4.4.4"
3 end 3 end