From 62b9ce9fe50ea43c16f7d8b9c6663aa1d7a738ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Wed, 15 Oct 2025 13:23:28 +0200 Subject: [PATCH] build: Bump version --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ae2fa2e..580873e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.0.1] 15th October 2025 +- feat: Make display sending event configurable in Room.sendEvent() (Christian Kußowski) +- chore: tidy up call membership event (td) +- fix: Remove avatar crashes with invalid uri (Christian Kußowski) + ## [3.0.0] 7th October 2025 #### Migration hints: diff --git a/pubspec.yaml b/pubspec.yaml index 7d738d98..902aba7c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 3.0.0 +version: 3.0.1 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues