diff --git a/CHANGELOG.md b/CHANGELOG.md index 892998a772578124182431266cdea06092d52435..1992edfbe8d7361cfbd6089e2e9c1b2889295d5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +Changes in [37.7.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v37.7.0) (2025-06-03) +================================================================================================== +## 🦖 Deprecations + +* MatrixRTC: Rename `MembershipConfig` parameters ([#4714](https://github.com/matrix-org/matrix-js-sdk/pull/4714)). Contributed by @toger5. + +## ✨ Features + +* Allow the embedded client to work without update\_state support ([#4849](https://github.com/matrix-org/matrix-js-sdk/pull/4849)). Contributed by @robintown. +* Check for `unknown variant` on to-device sending and fall back to room event encryption. ([#4847](https://github.com/matrix-org/matrix-js-sdk/pull/4847)). Contributed by @toger5. +* Reapply "Distinguish room state and timeline events in embedded clients" ([#4790](https://github.com/matrix-org/matrix-js-sdk/pull/4790)). Contributed by @robintown. + + Changes in [37.6.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v37.6.0) (2025-05-20) ================================================================================================== ## 🦖 Deprecations diff --git a/package.json b/package.json index 3e811dc35afc010c5eb081f8afc25fc6c1038de4..9b377de55bd6525ceb84fb75a33201266623c2f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "37.7.0-rc.0", + "version": "37.7.0", "description": "Matrix Client-Server SDK for Javascript", "engines": { "node": ">=22.0.0"