diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ce2ce22350eaae38e94fb5c09b9544c8ce906f2..cd90f3a5adbdc2977c45bbe144c2bb9e8de87721 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,28 @@
 
 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
 
+## [5.0.0-beta47](https://gitlab.unige.ch/solidify/solidify-frontend/compare/v5.0.0-beta46...v5.0.0-beta47) (2024-02-13)
+
+
+### âš  BREAKING CHANGES
+
+* **ssr:** allow to work on ssr route with custom paramId
+
+### Features
+
+* **index field alias:** add admin module for index field alias ([a9f1826](https://gitlab.unige.ch/solidify/solidify-frontend/commit/a9f18266d7e3ab6594dfcae841337734c3584cbf))
+
+
+### Bug Fixes
+
+* **folder-tree:** avoid null pointer exception with currentFolder ([147a452](https://gitlab.unige.ch/solidify/solidify-frontend/commit/147a4521f45981d1d547b7f064352c2e294eb378))
+* **ssr:** add in cache if no existing cache found and add method to associate ssr route to active mq message ([08d510e](https://gitlab.unige.ch/solidify/solidify-frontend/commit/08d510e28b2e2811f0ea236bd0c169e1a1784001))
+* **ssr:** allow callback to retrieve id in cache eviction message and allow to wait a delay to refresh cache after an active mq messages ([37e7a8e](https://gitlab.unige.ch/solidify/solidify-frontend/commit/37e7a8e83ee24d0ba3df2895a1fddee11ea7a120))
+* **ssr:** allow to define additional ssr route at runtime ([6d678d7](https://gitlab.unige.ch/solidify/solidify-frontend/commit/6d678d719e5b3fa455313613e363919796f645ad))
+* **ssr:** allow to work on ssr route with custom paramId ([0671a40](https://gitlab.unige.ch/solidify/solidify-frontend/commit/0671a4099ca979592f59deb016ad1ca7b1acafa5))
+* **ssr:** manage case resource is deleted and allow to not refresh cache after deletion ([b982d3a](https://gitlab.unige.ch/solidify/solidify-frontend/commit/b982d3a4a330e274f9a705199b2a7fbcc03a0e58))
+* **ssr:** use last modification date instead of creation date for cache expiration ([130497b](https://gitlab.unige.ch/solidify/solidify-frontend/commit/130497bc14faeb32a9b718d40442edf45e476cfb))
+
 ## [5.0.0-beta46](https://gitlab.unige.ch/solidify/solidify-frontend/compare/v5.0.0-beta45...v5.0.0-beta46) (2024-01-31)
 
 
diff --git a/package-lock.json b/package-lock.json
index d41d6c094cec214a5202b3a1c254ecf0fd4c31ac..fcf5ddeb49d67f787212d36e372bc3ff3c8d818d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "solidify-frontend",
-  "version": "5.0.0-beta46",
+  "version": "5.0.0-beta47",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "solidify-frontend",
-      "version": "5.0.0-beta46",
+      "version": "5.0.0-beta47",
       "hasInstallScript": true,
       "license": "GPL-2.0-or-later",
       "dependencies": {
diff --git a/package.json b/package.json
index d5c0f26b0404ca23a437ca228b2dec91f98136cb..78c801157f68bc556d888e7d2c8affa2ccd53a19 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "solidify-frontend",
-  "version": "5.0.0-beta46",
+  "version": "5.0.0-beta47",
   "license": "GPL-2.0-or-later",
   "author": "UNIGE (University of Geneva)",
   "repository": {
diff --git a/projects/solidify-frontend/package.json b/projects/solidify-frontend/package.json
index a1a6f499af478b066bd4e65618fe11ac48f6488b..e6b6aea6da8a6d5a691af66f81dda87e38115d25 100644
--- a/projects/solidify-frontend/package.json
+++ b/projects/solidify-frontend/package.json
@@ -1,6 +1,6 @@
 {
   "name": "solidify-frontend",
-  "version": "5.0.0-beta46",
+  "version": "5.0.0-beta47",
   "license": "GPL-2.0-or-later",
   "author": "UNIGE (University of Geneva)",
   "engines": {