From d491e09de8552daa84b81a6cf02de8db477769a8 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Thu, 16 Jun 2022 16:17:02 +0200 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3652daa4..3d28e6cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.10.1] - 16th Jun 2022 + +- fix: ringtone not stopping when rejecting a call +- fix: missing turn servers in group calls + ## [0.10.0] - 14th Jun 2022 - fix: BoxCollection not re-assignable (Lanna Michalke) diff --git a/pubspec.yaml b/pubspec.yaml index c22956d5..c64499a4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.10.0 +version: 0.10.1 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git