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