diff --git a/CHANGES.md b/CHANGES.md index 3a269699d..9aacbd168 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +## Changes in 1.11.3 (2023-09-13) + +🐛 Bugfixes + +- Show OIDC account management UI using embedded browser instead of system browser. ([#7671](https://github.com/vector-im/element-ios/issues/7671)) +- Hide Sign Out X/All Sessions buttons in the Device Manager when using OIDC. ([#7672](https://github.com/vector-im/element-ios/issues/7672)) + + ## Changes in 1.11.2 (2023-09-12) 🙌 Improvements diff --git a/changelog.d/7671.bugfix b/changelog.d/7671.bugfix deleted file mode 100644 index 99d153ad4..000000000 --- a/changelog.d/7671.bugfix +++ /dev/null @@ -1 +0,0 @@ -Show OIDC account management UI using embedded browser instead of system browser. \ No newline at end of file diff --git a/changelog.d/7672.bugfix b/changelog.d/7672.bugfix deleted file mode 100644 index d46797f9c..000000000 --- a/changelog.d/7672.bugfix +++ /dev/null @@ -1 +0,0 @@ -Hide Sign Out X/All Sessions buttons in the Device Manager when using OIDC. \ No newline at end of file