diff --git a/CHANGELOG.md b/CHANGELOG.md index defe17f4da3d9e0616ef8e4764ad8c873e3490fe..0605d9c80084ae43a2be1f3b1b25976c7454ade3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +Changes in [37.5.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v37.5.0) (2025-05-06) +================================================================================================== +## ✨ Features + +* Stabilise MSC3765 ([#4767](https://github.com/matrix-org/matrix-js-sdk/pull/4767)). Contributed by @Johennes. +* Inherit `methodFactory` extensions from the parent to the child loggers. ([#4809](https://github.com/matrix-org/matrix-js-sdk/pull/4809)). Contributed by @toger5. + +## 🐛 Bug Fixes + +* [Backport staging] Fix token refresh behaviour for non-expired tokens ([#4827](https://github.com/matrix-org/matrix-js-sdk/pull/4827)). Contributed by @RiotRobot. +* Refactor how token refreshing works to be more resilient ([#4819](https://github.com/matrix-org/matrix-js-sdk/pull/4819)). Contributed by @t3chguy. + + Changes in [37.4.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v37.4.0) (2025-04-22) ================================================================================================== ## ✨ Features diff --git a/package.json b/package.json index 6c5b0274f40e792a5d2019fbeb4e1849b4c8d5b1..5a6a6f0f1eb57a3694d06df8048d27c241fde8e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "37.5.0-rc.0", + "version": "37.5.0", "description": "Matrix Client-Server SDK for Javascript", "engines": { "node": ">=20.0.0"