From 4e67b70d29f7669a7df1335628c53efa917acea1 Mon Sep 17 00:00:00 2001 From: Washington Botelho Date: Thu, 16 Jan 2020 18:50:13 -0300 Subject: [PATCH] v0.11.0 --- CHANGELOG.md | 6 ++++++ Gemfile.lock | 4 ++-- lib/rating/version.rb | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ff4f7..cfaff07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.11.0 + +### Updates + +- Same rate value hits DB to update metadata. + ## v0.10.0 ### News diff --git a/Gemfile.lock b/Gemfile.lock index 7e97706..25ec8fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rating (0.10.0) + rating (0.11.0) activerecord GEM @@ -117,7 +117,7 @@ GEM thread_safe (0.3.6) tzinfo (1.2.6) thread_safe (~> 0.1) - unicode-display_width (1.6.0) + unicode-display_width (1.6.1) zeitwerk (2.2.2) PLATFORMS diff --git a/lib/rating/version.rb b/lib/rating/version.rb index 22598ef..ad9653f 100644 --- a/lib/rating/version.rb +++ b/lib/rating/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Rating - VERSION = '0.10.0' + VERSION = '0.11.0' end