chore: bump version to 0.18.2

This commit is contained in:
Reza 2023-03-06 09:31:30 +01:00
parent 74deba3d3e
commit a630003dd6
No known key found for this signature in database
GPG Key ID: 4EEF002538E71A45
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
## [0.18.0] - 6th March 2023
- chore: remove checker from local list (td)
- chore: stop stale group call checker on room leave (td)
- chore: update. (cloudwebrtc)
- feat: Implement pagination for searchEvent endpoint (Christian Pauly)
- fix: archive takes 2 minutes to update (Nicolas Werner)
- fix: http api call replaced with httpClient (m_kushal)
- fix: BREAKING CHANGE make group call stuff async, let clients await what they need (voip callbacks like handleNewCall, handleCallEnded need to be Future<void> now) (td)
- fix: skip invalid candidate. (cloudwebrtc)
## [0.17.1] - 20th Feb 2023
- chore: add missing awaits in group call enter and leave funcs (td)
- chore: add useServerCache option to fetchOwnProfileFromServer and fix missing awaits (td)

View File

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