diff --git a/CHANGELOG.md b/CHANGELOG.md index e504077..0819122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog +Version 1.3.0: + +* Support json fields for postgres, mysql and sqlite +* Support jsonb and hstore fields for postgres +* Add support for timestamptz for postgres + Version 1.2.3: * Fix table name for namespaced and inherited models #70 #67 diff --git a/lib/search_cop/version.rb b/lib/search_cop/version.rb index a36055e..c6dcf31 100644 --- a/lib/search_cop/version.rb +++ b/lib/search_cop/version.rb @@ -1,3 +1,3 @@ module SearchCop - VERSION = "1.2.3" + VERSION = "1.3.0" end