diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a0349a..f8257a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ Version numbers correspond to `bower.json` version +# 0.0.4 + +## Features +* Allow selection of alternate Font Awesom icon +* Include reference to the OAuth provider in the returned object + +## Bug Fixes + +## Breaking Changes + # 0.0.3 ## Features diff --git a/bower.json b/bower.json index 6c9e065..d64b49a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-oauthio-login", - "version": "0.0.3", + "version": "0.0.4", "authors": [ "David Resseguie " ],