From b69490441bf5f9851d2ea8bfc67f69272ac6125b Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Mon, 11 Jul 2022 08:43:17 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a7c599a..580e10d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.10.4] - 11th Jul 2022 +- refactor: Better fetch own profile (Christian Pauly) + ## [0.10.3] - 09th Jul 2022 - feat: Calc encryption health state and allow key sharing with unknown devices (Christian Pauly) - fix: Add WebRTCDelegate.cloneStream to adapt to platform differences. (Duan Weiwei) diff --git a/pubspec.yaml b/pubspec.yaml index 63091847..86e4bea5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.10.3 +version: 0.10.4 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git