From 660e9381b8ebef7635ad5d5614d4127ed31c5564 Mon Sep 17 00:00:00 2001 From: Mario Finelli Date: Tue, 8 Oct 2019 07:45:13 -0400 Subject: [PATCH] Release version 0.3.0 --- CHANGELOG.md | 6 +++--- lib/ruolo/version.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03fa338..cffb930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/ruolo/version.rb b/lib/ruolo/version.rb index 3a58f7e..9b46962 100644 --- a/lib/ruolo/version.rb +++ b/lib/ruolo/version.rb @@ -15,5 +15,5 @@ # limitations under the License. module Ruolo - VERSION = '0.2.0' + VERSION = '0.3.0' end