diff --git a/README.md b/README.md index b1aa5c58..af7a21ac 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ # Changelog highlights +## 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). + ## 6.5.0 - Add support for `login-username.ftl` thanks to [@mstrodl](https://github.com/Mstrodl)'s hacktoberfest [PR](https://github.com/InseeFrLab/keycloakify/pull/183). diff --git a/package.json b/package.json index 1ab19552..bd98bbac 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "6.5.0", + "version": "6.6.0", "description": "Keycloak theme generator for Reacts app", "repository": { "type": "git",