chore: bump version to 0.20.1
This commit is contained in:
parent
36070e23b7
commit
899f862c74
|
|
@ -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
|
||||
|
||||
- refactor: Make optional eventId a named parameter (Krille)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: matrix
|
||||
description: Matrix Dart SDK
|
||||
version: 0.20.0
|
||||
version: 0.20.1
|
||||
homepage: https://famedly.com
|
||||
repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue