diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f3c283332..13713b1569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Changes in [3.69.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.69.1) (2023-03-31) +===================================================================================================== + +## 🐛 Bug Fixes + * Fix detection of encryption for all users in a room ([\#10487](https://github.com/matrix-org/matrix-react-sdk/pull/10487)). Fixes vector-im/element-web#24995. + Changes in [3.69.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.69.0) (2023-03-28) ===================================================================================================== diff --git a/package.json b/package.json index 816b9aa1fc..79a67aa664 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-react-sdk", - "version": "3.69.0", + "version": "3.69.1", "description": "SDK for matrix.org using React", "author": "matrix.org", "repository": {