diff --git a/README.md b/README.md index af7a21ac..29e572b2 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ # Changelog highlights +## 6.7.0 + +- Add support for `webauthn-authenticate.ftl` thanks to [@mstrodl](https://github.com/Mstrodl)'s hacktoberfest [PR](https://github.com/InseeFrLab/keycloakify/pull/185). + ## 6.6.0 - Add support for `login-password.ftl` thanks to [@mstrodl](https://github.com/Mstrodl)'s hacktoberfest [PR](https://github.com/InseeFrLab/keycloakify/pull/184). diff --git a/package.json b/package.json index 706984c7..8bc8ee81 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "6.6.3", + "version": "6.7.0", "description": "Keycloak theme generator for Reacts app", "repository": { "type": "git",