From dc68d31f82beb288a7531d9b36ea012bd04d5aa4 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 1 Nov 2022 10:10:38 +0000 Subject: [PATCH 1/2] Prepare changelog for v1.11.13 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a46d8c4..77a1f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +Changes in [1.11.13](https://github.com/vector-im/element-desktop/releases/tag/v1.11.13) (2022-11-01) +===================================================================================================== + +## 🐛 Bug Fixes + * Fix default behavior of Room.getBlacklistUnverifiedDevices ([\#2830](https://github.com/matrix-org/matrix-js-sdk/pull/2830)). Contributed by @duxovni. + * Catch server versions API call exception when starting the client ([\#2828](https://github.com/matrix-org/matrix-js-sdk/pull/2828)). Fixes vector-im/element-web#23634. + * Fix authedRequest including `Authorization: Bearer undefined` for password resets ([\#2822](https://github.com/matrix-org/matrix-js-sdk/pull/2822)). Fixes vector-im/element-web#23655. + Changes in [1.11.12](https://github.com/vector-im/element-desktop/releases/tag/v1.11.12) (2022-10-26) ===================================================================================================== From 57cfcd98c5b0406f8ef7cac5b7e520eab7e569bd Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 1 Nov 2022 10:10:39 +0000 Subject: [PATCH 2/2] v1.11.13 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f479a9..9f97e35 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "element-desktop", "productName": "Element", "main": "lib/electron-main.js", - "version": "1.11.12", + "version": "1.11.13", "description": "A feature-rich client for Matrix.org", "author": "Element", "repository": {