diff --git a/CHANGELOG.md b/CHANGELOG.md index a1b475d..89b5630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # v3.6.2 -## mm/dd/2022 +## 01/12/2022 1. [](#new) * Support for `YubiKey OTP` 2-Factor authenticator + * Requires Grav `v1.7.27` # v3.6.1 ## 01/03/2022 diff --git a/blueprints.yaml b/blueprints.yaml index 174860a..c771ca5 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,7 +1,7 @@ name: Login slug: login type: plugin -version: 3.6.1 +version: 3.6.2 testing: false description: Enables user authentication and login screen. icon: sign-in @@ -15,7 +15,7 @@ bugs: https://github.com/getgrav/grav-plugin-login/issues license: MIT dependencies: - - { name: grav, version: '>=1.7.21' } + - { name: grav, version: '>=1.7.27' } - { name: form, version: '>=5.1.0' } - { name: email, version: '>=3.1.0' }