diff --git a/CHANGELOG.md b/CHANGELOG.md index f406ca2797..73b542df9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Changes in [1.11.27](https://github.com/vector-im/element-web/releases/tag/v1.11.27) (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 #24995. + Changes in [1.11.26](https://github.com/vector-im/element-web/releases/tag/v1.11.26) (2023-03-28) ================================================================================================= diff --git a/package.json b/package.json index 9326d9ccde..94ce2e9ef0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-web", - "version": "1.11.26", + "version": "1.11.27", "description": "A feature-rich client for Matrix.org", "author": "New Vector Ltd.", "repository": {