version++

This commit is contained in:
Stefan Ceriu
2023-09-12 10:07:57 +03:00
parent 4bb92f9cd1
commit d3bf58d4d1
4 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,15 @@
## Changes in 1.11.2 (2023-09-12)
🙌 Improvements
- Upgrade MatrixSDK version ([v0.27.2](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.27.2)).
🐛 Bugfixes
- Fix an issue where rooms were not correctly sorted after forwarding a message. ([#7641](https://github.com/vector-im/element-ios/issues/7641))
- Add phone number UI and explanatory text is hidden if the 3 pid changes capability is disabled. ([#7670](https://github.com/vector-im/element-ios/issues/7670))
## Changes in 1.11.1 (2023-08-29)
✨ Features

View File

@@ -1 +0,0 @@
Fix an issue where rooms were not correctly sorted after forwarding a message.

View File

@@ -1 +0,0 @@
Add phone number UI and explanatory text is hidden if the 3 pid changes capability is disabled.

View File

@@ -1 +0,0 @@
Upgrade MatrixSDK version ([v0.27.2](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.27.2)).