chore: Bump version
This commit is contained in:
parent
2a280cec98
commit
20695fb2b2
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue