diff --git a/CHANGELOG.md b/CHANGELOG.md index ec0e425..4a2a981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v2.0.0-beta.3 +## 05/23/2016 + +1. [](#improved) + * Added a redirect after activation + * Changed hardcoded redirect routes to config-based +1. [](#bugfix) + * Fix a redirect issue #74 + * Don't error if missing a HTTP_USER_AGENT browser string + # v2.0.0-beta.2 ## 05/03/2016 diff --git a/blueprints.yaml b/blueprints.yaml index f3f59e2..67bb8b4 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Login -version: 2.0.0-beta.2 +version: 2.0.0-beta.3 testing: true description: Enables user authentication and login screen. icon: sign-in