From 2fb0e2108bcc0849866b91a4d6422f8873153c52 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 12 Mar 2021 00:13:51 -0800 Subject: [PATCH] Version bump to 4.4.4 [skip ci] --- CHANGELOG.md | 6 +++--- lib/searchkick/version.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a7b213..248626e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -## 4.4.4 (unreleased) +## 4.4.4 (2021-03-12) -- Fixed `too_long_frame_exception` exception with `scroll` method +- Fixed `too_long_frame_exception` with `scroll` method - Fixed multi-word emoji tokenization -## 4.4.3 (2020-02-25) +## 4.4.3 (2021-02-25) - Added support for Hunspell - Fixed warning about accessing system indices diff --git a/lib/searchkick/version.rb b/lib/searchkick/version.rb index d926906..e2cf30c 100644 --- a/lib/searchkick/version.rb +++ b/lib/searchkick/version.rb @@ -1,3 +1,3 @@ module Searchkick - VERSION = "4.4.3" + VERSION = "4.4.4" end -- libgit2 0.21.0