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