Skip to content

Commit

Permalink
Release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfinelli committed Oct 8, 2019
1 parent 6798a11 commit 660e938
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
This file keeps track of changes between releases for the ruolo project
which adheres to [semantic versioning](https://semver.org).

## unreleased
## v0.3.0 2019-10-08

* Add a `role?` method to the user mixin to check for given roles instead
of permissions.
Add a `role?` method to the user mixin to check for given roles instead of
permissions.

## v0.2.0 2019-09-11

Expand Down
2 changes: 1 addition & 1 deletion lib/ruolo/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# limitations under the License.

module Ruolo
VERSION = '0.2.0'
VERSION = '0.3.0'
end

0 comments on commit 660e938

Please sign in to comment.