version++

This commit is contained in:
Stefan Ceriu 2022-02-16 12:03:20 +02:00
parent a11da48e14
commit d47e015a0f
4 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,15 @@
## Changes in 1.8.1 (2022-02-16)
🙌 Improvements
- Upgrade MatrixSDK version ([v0.22.1](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.22.1)).
🐛 Bugfixes
- Settings: Fix a bug where tapping a toggle could change multiple settings. ([#5463](https://github.com/vector-im/element-ios/issues/5463))
- Fix for images sometimes being sent unencrypted inside an encrypted room. ([#5564](https://github.com/vector-im/element-ios/issues/5564))
## Changes in 1.8.0 (2022-02-09)
✨ Features

View file

@ -1 +0,0 @@
Settings: Fix a bug where tapping a toggle could change multiple settings.

View file

@ -1 +0,0 @@
Fix for images sometimes being sent unencrypted inside an encrypted room.

View file

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