From 7a513a2dc24efb223855adaa8bcdd567aa6684bc Mon Sep 17 00:00:00 2001
From: RiotRobot <releases@riot.im>
Date: Thu, 27 Feb 2025 13:16:17 +0000
Subject: [PATCH] v1.11.94

---
 CHANGELOG.md | 7 +++++++
 package.json | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 324c7f7ad8..792fdd876c 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 c47ea4f5d0..63904b4228 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": {
-- 
GitLab