From 07f1680ba02c0a120e6c5f7a4ad7bd74d51ac14b Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Wed, 18 Dec 2024 17:18:31 +0000 Subject: [PATCH] v1.11.89 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17d5f5f13e5..d5e000f494a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +Changes in [1.11.89](https://github.com/element-hq/element-web/releases/tag/v1.11.89) (2024-12-18) +================================================================================================== +This is a patch release to fix a bug which could prevent loading stored crypto state from storage, and also to fix URL previews when switching back to a room. + +## 🐛 Bug Fixes + +* Upgrade matrix-sdk-crypto-wasm to 1.11.0 (https://github.com/matrix-org/matrix-js-sdk/pull/4593) +* Fix url preview display ([#28766](https://github.com/element-hq/element-web/pull/28766)). + + Changes in [1.11.88](https://github.com/element-hq/element-web/releases/tag/v1.11.88) (2024-12-17) ================================================================================================== ## ✨ Features diff --git a/package.json b/package.json index 7249c7967fc..cec4a889ae6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-web", - "version": "1.11.88", + "version": "1.11.89", "description": "A feature-rich client for Matrix.org", "author": "New Vector Ltd.", "repository": {