From d010cbd0703c8d6aba66147c42895ab5f13e5bc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Mon, 16 Jun 2025 12:10:31 +0200 Subject: [PATCH] build: Changelog for 1.0.1 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9cb463c..f747a70a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.1] 16th June 2025 +- chore: Add hint to init vodozemac also in native implementations (Christian Kußowski) +- fix: exportDump and importDump and add unit tests (Christian Kußowski) +- fix: user.canKick should be true for knocking users as well (Christian Kußowski) + ## [1.0.0] 10th June 2025 - feat: Migrate to vodozemac (Christian Kußowski) diff --git a/pubspec.yaml b/pubspec.yaml index fe59a249..04d9b4b5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 1.0.0 +version: 1.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