chore: Bump version

This commit is contained in:
Christian Pauly 2022-07-01 11:04:39 +02:00
parent 48a376cdc0
commit cceb2b4042
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
## [0.10.2] - 17th Jun 2022
- feat: Implement CachedStreamController (Christian Pauly)
- fix: Only trigger onCall streams by latest call event for a call_id (Christian Pauly)
- fix: Support for OpenSSL 3.0 (Nicolas Werner)
- fix: implement sending queue (Reza)
- refactor: Call handleEphemerals with BasicRoomEvent instead of dynamic (Christian Pauly)
- refactor: Let _handleRoomEvents use BasicEvent (Christian Pauly)
- refactor: Pass BasicEvent to handleEvent instead of JSON (Christian Pauly)
- refactor: Use handleRoomEvents method instead of handleEvent (Christian Pauly)
- refactor: Use tryGet in handleRoomEvents (Christian Pauly)
## [0.10.1] - 16th Jun 2022
- fix: ringtone not stopping when rejecting a call

View File

@ -1,6 +1,6 @@
name: matrix
description: Matrix Dart SDK
version: 0.10.1
version: 0.10.2
homepage: https://famedly.com
repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git