From b240c44128a0fb9c2807815d73354dc553ec6514 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 15 Oct 2024 14:31:37 +0000 Subject: [PATCH 1/2] v34.9.0-rc.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 421da62f7d..a88b79cb1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "34.8.0", + "version": "34.9.0-rc.0", "description": "Matrix Client-Server SDK for Javascript", "engines": { "node": ">=20.0.0" From d8c431f23ec621808ec03b1d281047c219aec531 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 22 Oct 2024 11:58:01 +0000 Subject: [PATCH 2/2] v34.9.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b4264fc1b..d457c58fe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +Changes in [34.9.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v34.9.0) (2024-10-22) +================================================================================================== +## 🦖 Deprecations + +* Deprecate the crypto events which are not used by the rust-crypto ([#4442](https://github.com/matrix-org/matrix-js-sdk/pull/4442)). Contributed by @florianduros. + +## 🐛 Bug Fixes + +* Fix the rust crypto import in esm environments. ([#4445](https://github.com/matrix-org/matrix-js-sdk/pull/4445)). Contributed by @saul-jb. +* Fix MatrixRTC sender key wrapping ([#4441](https://github.com/matrix-org/matrix-js-sdk/pull/4441)). Contributed by @hughns. + + Changes in [34.8.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v34.8.0) (2024-10-15) ================================================================================================== This release removes insecure functionality, resolving CVE-2024-47080 / GHSA-4jf8-g8wp-cx7c. diff --git a/package.json b/package.json index a88b79cb1d..f1202e5a5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "34.9.0-rc.0", + "version": "34.9.0", "description": "Matrix Client-Server SDK for Javascript", "engines": { "node": ">=20.0.0"