From 6b0fafff4e4c3469af46be55555acf20c44cc5c3 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Tue, 14 Jun 2022 12:44:15 +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 e17d56e9..3652daa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.10.0] - 14th Jun 2022 + +- fix: BoxCollection not re-assignable (Lanna Michalke) +- feat: Support group calls (experimental) (cloudwebrtc) + ## [0.9.12] - 9th Jun 2022 - refactor: add calcLocalizedBodyFallback method (Christian Pauly) diff --git a/pubspec.yaml b/pubspec.yaml index e524ef05..c22956d5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.9.12 +version: 0.10.0 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git