diff --git a/CHANGELOG.md b/CHANGELOG.md index 563f34e1dd9..bdcf0d86117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Changes in [3.95.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.95.0) (2024-03-14) +===================================================================================================== +## 🐛 Bug Fixes + +* Update `@vector-im/compound-design-tokens` in package.json ([#12340](https://github.com/matrix-org/matrix-react-sdk/pull/12340)). + Changes in [3.94.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.94.0) (2024-03-12) ===================================================================================================== ## ✨ Features diff --git a/package.json b/package.json index 852077bd38d..8cfbe9e1ccc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-react-sdk", - "version": "3.95.0-rc.0", + "version": "3.95.0", "description": "SDK for matrix.org using React", "author": "matrix.org", "repository": {