chore: Version bump

This commit is contained in:
Malin Errenst 2023-04-28 11:44:11 +02:00
parent a0669a505e
commit 18ca393299
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.20.0] - 28th April 2023
- refactor: Make optional eventId a named parameter (Krille)
- fix: Check the max server file size after shrinking not before (Krille)
- fix: casting of a List<dynamic> to List<String> in getEventList and getEventIdList (td)
- fix: Skip rules with unknown conditions (Nicolas Werner)
- fix: allow passing a WrappedMediaStream to GroupCall.enter() to use as the local user media stream (td)
## [0.19.0] - 21st April 2023 ## [0.19.0] - 21st April 2023
This includes some breaking changes to read receipts. You won't be able to This includes some breaking changes to read receipts. You won't be able to

View File

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