chore: release v0.21.0

This commit is contained in:
td 2023-06-21 19:33:39 +05:30
parent bb619f067d
commit 188078a4de
No known key found for this signature in database
GPG Key ID: F6D9E9BF14C7D103
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
## [0.21.0] - 21st June 2023
- feat: qr key verification (td)
- refactor: Use tryGet for type casts whenever possible (Malin Errenst)
- chore: Update matrix_api_lite to 1.7.0 (Malin Errenst)
- refactor: Added type casts to match refactored matrix_api_lite (Malin Errenst)
- refactor: Added type casts for refactored dart_openapi_codegen (Malin Errenst)
- builds: Pin matrix api lite (Krille)
- fix: Do not display prevContent displayname and avatar for joined users (Krille)
- builds: Update dart and flutter ci containers (Krille)
- fix: canRequestHistory should return false if prev_batch is null (Krille)
## [0.20.5] - 2th June 2023
- chore: fix edited last events breaking db (td)

View File

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