Skip to content

Commit

Permalink
Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkamel committed Feb 5, 2024
1 parent 5546bdd commit f78edbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/search_cop/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SearchCop
VERSION = "1.2.3"
VERSION = "1.3.0"
end

0 comments on commit f78edbc

Please sign in to comment.