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