diff --git a/CHANGELOG.md b/CHANGELOG.md index c86a75c..e45e8bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ -## next version +## v0.9.0 ### News - Order index keys of template the same way Rails does the query; - Limits the `_type` columns to avoid overflow bytes in DBs like MySQL < 5.7. +### Updates + +- Update Rails to 2.6.5; +- Update Activerecord to the last version; + ## v0.8.0 ### News diff --git a/Gemfile.lock b/Gemfile.lock index 7557c7d..072373e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rating (0.8.0) + rating (0.9.0) activerecord GEM diff --git a/lib/rating/version.rb b/lib/rating/version.rb index c902e0a..2df5fdc 100644 --- a/lib/rating/version.rb +++ b/lib/rating/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Rating - VERSION = '0.8.0' + VERSION = '0.9.0' end