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