From a630003dd64a0d8d333636aa282cb120f40f6473 Mon Sep 17 00:00:00 2001 From: Reza Date: Mon, 6 Mar 2023 09:31:30 +0100 Subject: [PATCH] chore: bump version to 0.18.2 --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b11d41..5048e97a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 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) diff --git a/pubspec.yaml b/pubspec.yaml index b13f79ad..755a57ce 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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