diff --git a/CHANGELOG.md b/CHANGELOG.md
index 324c7f7ad834acf9a9b6824c6b4853e20c75bec7..792fdd876cc7754e117c4bde36f33bde0fd474aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+Changes in [1.11.94](https://github.com/element-hq/element-web/releases/tag/v1.11.94) (2025-02-27)
+==================================================================================================
+## 🐛 Bug Fixes
+
+* [Backport staging] fix: /tmp/element-web-config may already exist preventing the container from booting up ([#29377](https://github.com/element-hq/element-web/pull/29377)). Contributed by @RiotRobot.
+
+
 Changes in [1.11.93](https://github.com/element-hq/element-web/releases/tag/v1.11.93) (2025-02-25)
 ==================================================================================================
 ## ✨ Features
diff --git a/package.json b/package.json
index c47ea4f5d0160222a1e63c9c1dbcbbe3c5a9f766..63904b422822753167eb5fa75f55931cd1aa3f28 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "element-web",
-    "version": "1.11.93",
+    "version": "1.11.94",
     "description": "Element: the future of secure communication",
     "author": "New Vector Ltd.",
     "repository": {