diff --git a/CHANGELOG.md b/CHANGELOG.md index 07bc0e3916..af44cce0b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +Changes in [1.12.6](https://github.com/element-hq/element-web/releases/tag/v1.12.6) (2025-12-03) +================================================================================================ +This release fixes a bug where 1:1 calling was incorrectly not available if no Element Call focus was set. + +## 🐛 Bug Fixes + +* Add option to pick call options for voice calls. ([#31413](https://github.com/element-hq/element-web/pull/31413)). + Changes in [1.12.5](https://github.com/element-hq/element-web/releases/tag/v1.12.5) (2025-12-02) ================================================================================================ ## ✨ Features diff --git a/package.json b/package.json index 4072a1741f..ee8dd450e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-web", - "version": "1.12.5", + "version": "1.12.6", "description": "Element: the future of secure communication", "author": "New Vector Ltd.", "repository": {