From 83cd6531775e60b7640366e7fa13a48a99e6e235 Mon Sep 17 00:00:00 2001 From: td Date: Thu, 13 Apr 2023 20:53:40 +0530 Subject: [PATCH] chore: bump 0.18.3 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 640226b2..0220e965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.18.3] - 13th April 2023 +- chore: stopMediaStream on all streams and make sure dispose runs everytime (td) +- fix: test if setting track enabled on participants changed helps with the media not working randomly issue (td) + ## [0.18.2] - 31th March 2023 - chore: Update to flutter image 3.7.8 (Krille) - chore: Workaround for broken test dependency (Krille) diff --git a/pubspec.yaml b/pubspec.yaml index ae2200ad..36ec00ec 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.18.2 +version: 0.18.3 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git