From 2832b8a9f79d2c1150eca70be9db7a265fb4535a Mon Sep 17 00:00:00 2001 From: Washington Botelho Date: Thu, 3 Oct 2019 20:56:42 -0300 Subject: [PATCH] v0.9.0 --- CHANGELOG.md | 7 ++++++- Gemfile.lock | 2 +- lib/rating/version.rb | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) 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