Merge branch 'krille/version' into 'main'

chore: Bump version

See merge request famedly/company/frontend/famedlysdk!1068
This commit is contained in:
td 2022-07-01 09:32:14 +00:00
commit f3c1eda97f
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