chore: Version bump
This commit is contained in:
parent
a0669a505e
commit
18ca393299
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue