chore: bump version to 0.20.1

This commit is contained in:
td 2023-05-05 19:31:27 +05:30
parent 36070e23b7
commit 899f862c74
No known key found for this signature in database
GPG Key ID: F6D9E9BF14C7D103
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## [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)
- fix: Always wait for account data to load before returning SSSS status (Nicolas Werner)
- fix: Reactions are sent encrypted (Krille)
- chore: oneShotSync before staleCallChecker (td)
- fix: updateMuteStatus after kConnected (td)
## [0.20.0] - 28th April 2023 ## [0.20.0] - 28th April 2023
- refactor: Make optional eventId a named parameter (Krille) - refactor: Make optional eventId a named parameter (Krille)

View File

@ -1,6 +1,6 @@
name: matrix name: matrix
description: Matrix Dart SDK description: Matrix Dart SDK
version: 0.20.0 version: 0.20.1
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