diff --git a/CHANGELOG.md b/CHANGELOG.md index 06967b6c79..8e370def12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +Changes in [3.111.0](https://github.com/element-hq/matrix-react-sdk/releases/tag/v3.111.0) (2024-10-01) +======================================================================================================= +## ✨ 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 [3.110.0](https://github.com/element-hq/matrix-react-sdk/releases/tag/v3.110.0) (2024-09-24) ======================================================================================================= ## ✨ Features diff --git a/package.json b/package.json index f9fc6d6fb4..71ff106665 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-react-sdk", - "version": "3.110.0", + "version": "3.111.0", "description": "SDK for matrix.org using React", "author": "New Vector Ltd.", "repository": {