From 21b7184583405df89cc45ef0b1159a07e4d72994 Mon Sep 17 00:00:00 2001 From: Benjamin Vetter Date: Thu, 30 May 2024 08:55:21 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ lib/search_cop/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0819122..d3482a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +Version 1.4.0: + +* Add support for the trilogy mysql connection adapter + Version 1.3.0: * Support json fields for postgres, mysql and sqlite diff --git a/lib/search_cop/version.rb b/lib/search_cop/version.rb index c6dcf31..82a0b32 100644 --- a/lib/search_cop/version.rb +++ b/lib/search_cop/version.rb @@ -1,3 +1,3 @@ module SearchCop - VERSION = "1.3.0" + VERSION = "1.4.0" end