diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b0fbd17d6..7bd5b8282db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +Changes in [1.11.79](https://github.com/element-hq/element-web/releases/tag/v1.11.79) (2024-10-01) +================================================================================================== +* No changes + +## ✨ Features + +* [Backport staging] Allow joining calls and video rooms without enabling the labs flags ([#106](https://github.com/element-hq/matrix-react-sdk/pull/106)). Contributed by @RiotRobot. + + + Changes in [1.11.78](https://github.com/element-hq/element-web/releases/tag/v1.11.78) (2024-09-24) ================================================================================================== ## ✨ Features diff --git a/package.json b/package.json index 844d5a9c37d..f0265a8068f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-web", - "version": "1.11.78", + "version": "1.11.79", "description": "A feature-rich client for Matrix.org", "author": "New Vector Ltd.", "repository": {