CHANGELOG.md in g5_authenticatable-0.4.2 vs CHANGELOG.md in g5_authenticatable-0.5.0

- old
+ new

@@ -1,4 +1,15 @@ +## v0.5.0 (2015-05-21) + +* Added user roles. Requires running `rails g5 g5_authenticatable:install` and + `rake db:migrate` + ([#33](https://github.com/G5/g5_authenticatable/pull/33)) +* Added user attributes. Requires running `rails g g5_authenticatable:install` + and `rake db:migrate` + ([#32](https://github.com/G5/g5_authenticatable/pull/32)) +* Updated documentation around test helper dependencies and incompatibilities + ([#30](https://github.com/G5/g5_authenticatable/pull/30)) + ## v0.4.2 (2015-02-10) * Override `Devise::FailureApp` with fix for compatibility with Rails 4.2 ([#26](https://github.com/G5/g5_authenticatable/pull/26))