chore: Bump version

This commit is contained in:
Krille 2023-03-31 13:41:52 +02:00
parent 9697624180
commit 85a862be69
No known key found for this signature in database
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
## [0.18.2] - 31th March 2023
- chore: Update to flutter image 3.7.8 (Krille)
- chore: Workaround for broken test dependency (Krille)
- chore: ignore stale call checking for archived rooms (td)
- feat: Implement onMigration callback to Client.init() method (Krille)
- fix: Clear HiveCollection boxes inside of transaction in order (Krille)
- refactor: Rename one-character-variables in device_keys_list.dart (Malin Errenst)
## [0.18.1] - 20th March 2023 ## [0.18.1] - 20th March 2023
- feat: Allow accessing cached archive rooms as well as request keys for them (Philipp Grieshofer) - feat: Allow accessing cached archive rooms as well as request keys for them (Philipp Grieshofer)

View File

@ -1,6 +1,6 @@
name: matrix name: matrix
description: Matrix Dart SDK description: Matrix Dart SDK
version: 0.18.1 version: 0.18.2
homepage: https://famedly.com homepage: https://famedly.com
repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git