From 6997371a79d04c5745e8505cb8dcf37587e9a119 Mon Sep 17 00:00:00 2001 From: Washington Botelho Date: Mon, 29 Jan 2018 15:15:33 -0200 Subject: [PATCH] v0.3.0 --- CHANGELOG.md | 6 ++++++ Gemfile.lock | 2 +- lib/rating/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bfa85c..71d42d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.3.0 + +### News + +- The `vote` method now can receive `metadata` to be persisted with vote data. + ## v0.2.0 ### News diff --git a/Gemfile.lock b/Gemfile.lock index 8af5eec..9c9dbd2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rating (0.2.0) + rating (0.3.0) activerecord (>= 4.2, < 6) GEM diff --git a/lib/rating/version.rb b/lib/rating/version.rb index d5ab2ca..8b5769f 100644 --- a/lib/rating/version.rb +++ b/lib/rating/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Rating - VERSION = '0.2.0' + VERSION = '0.3.0' end