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