diff --git a/CHANGELOG.md b/CHANGELOG.md index 4975599..216bac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # 3.2.0 -## mm/dd/2020 +## 04/27/2020 1. [](#new) * CHANGE: `redirect_to_login` and `redirect_after_logout` are now boolean, with accompanying `route_after_login` and `route_after_logout` options. NOTE: Compatibility is maintained with existing config. diff --git a/blueprints.yaml b/blueprints.yaml index c22545e..a1ea225 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Login -version: 3.1.0 +version: 3.2.0 testing: false description: Enables user authentication and login screen. icon: sign-in