diff --git a/README.md b/README.md
index 29e572b2..9ad30913 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,12 @@
# Changelog highlights
+## 6.8.0
+
+- It is now possible to pass a custom `` component as a prop to `` and every
+ individual page (``, ``, ...) it enables to customize only the header and footer for
+ example without having to switch to a full-component level customization. [See issue](https://github.com/InseeFrLab/keycloakify/issues/191).
+
## 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).
diff --git a/package.json b/package.json
index cebf3916..98c1f25b 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "keycloakify",
- "version": "6.7.2",
+ "version": "6.8.0",
"description": "Keycloak theme generator for Reacts app",
"repository": {
"type": "git",