From 8272e62a688560f44761d6465ee91cdd78afb71e Mon Sep 17 00:00:00 2001 From: td Date: Wed, 17 Aug 2022 20:30:27 +0530 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b2e7c80..1891121e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.12.2] - 17th Aug 2022 +- chore: Correctly release the cloned stream. (cloudwebrtc) +- fix: setRemoteDescription before adding local stream to prevent early feedsChanged and negotiation (td) + ## [0.12.1] - 17th Aug 2022 - chore: simplify getTimeline condition a bit (Nicolas Werner) - chore: support MIME in file factory (Lanna Michalke) diff --git a/pubspec.yaml b/pubspec.yaml index edf2aa3a..cbd43b6b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.12.1 +version: 0.12.2 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git