Skip to content

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed Aug 8, 2022
1 parent 561d7e8 commit e107ffe
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v0.12.0

### News

- Officially Supports Postgres;

### Updates

- Migrates the CI to GitHub Actions;
- This gem does not depends on `git` package anymore;
- Makes this gem requires MFA for security;
- Adds coverage test;
- The method `rated?` now uses a better query;

## v0.11.0

### Updates
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rating (0.11.0)
rating (0.12.0)
activerecord

GEM
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.11.0'
VERSION = '0.12.0'
end

0 comments on commit e107ffe

Please sign in to comment.