chore: bump version to 0.20.2

This commit is contained in:
Reza 2023-05-17 12:45:24 +02:00
parent c327b0981b
commit 471ef3e689
No known key found for this signature in database
GPG Key ID: 4EEF002538E71A45
2 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,16 @@
## [0.20.2] - 17th May 2023
- builds: Update to flutter container 3.7.12 (Krille)
- chore: add missing awaits to to_device call events listener (td)
- chore: add missing awaits to to_device call events listener (td)
- chore: calculate unlocalized body (Reza)
- fix: mark DMs as DMs properly when joining (Nicolas Werner)
- fix: remove deprecated sender_key occurrences (Malin Errenst)
- refactor: Check correct if null (Krille)
- refactor: Remove unused parameters (Krille)
## [0.20.1] - 5th May 2023
- fix: cast issues in getEventList (td)
- refactor: Make parameters more clear and remove unused methods (Krille)
- fix: Only request users which are valid mxid (Krille)

View File

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