Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed Jan 16, 2020
1 parent 514ca96 commit 4e67b70
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.11.0

### Updates

- Same rate value hits DB to update metadata.

## v0.10.0

### News
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rating (0.10.0)
rating (0.11.0)
activerecord

GEM
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/rating/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Rating
VERSION = '0.10.0'
VERSION = '0.11.0'
end

0 comments on commit 4e67b70

Please sign in to comment.