chore: Bump version

This commit is contained in:
Christian Pauly 2022-07-09 09:53:32 +02:00
parent 2a280cec98
commit 20695fb2b2
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
## [0.10.3] - 09th Jul 2022
- feat: Calc encryption health state and allow key sharing with unknown devices (Christian Pauly)
- fix: Add WebRTCDelegate.cloneStream to adapt to platform differences. (Duan Weiwei)
- fix: Database did not get cleared correctly (Christian Pauly)
- fix: fixed camera is still active after leaving the group call. (Duan Weiwei)
- fix: request history (Henri Carnot)
- refactor: Handle Ephemerals method (Christian Pauly)
## [0.10.2] - 17th Jun 2022 ## [0.10.2] - 17th Jun 2022
- feat: Implement CachedStreamController (Christian Pauly) - feat: Implement CachedStreamController (Christian Pauly)
- fix: Only trigger onCall streams by latest call event for a call_id (Christian Pauly) - fix: Only trigger onCall streams by latest call event for a call_id (Christian Pauly)

View File

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