diff --git a/CHANGELOG.md b/CHANGELOG.md index f35f4fb6..a67b6d59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.33.0] 19th Sept 2024 + +- feat: BREAKING CHANGE v1.11 matrix-spec endpoints (td) +- fix: also lazy load members for archive (Nicolas Werner) +- fix: don't convert archived rooms to joined rooms by accident (Nicolas Werner) +- fix: wait for pending transactions before db close (Nicolas Werner) + ## [0.32.4] 28th Aug 2024 - fix: actually make sure clientBox has a account (td) diff --git a/pubspec.yaml b/pubspec.yaml index 3b308ec0..195fd5c0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.32.4 +version: 0.33.0 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues