diff --git a/CHANGELOG.md b/CHANGELOG.md index 1780076d..8f3b098c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.25.1] - 27th December 2023 +- ci: Test that database can write and read at least 5mb of data (Krille) +- feat: Make possible to fetch presence from database only (krille-chan) +- fix: clearCache does not clear room account data (Krille) +- fix: typerror in removeEvent method from new database (Krille) + ## [0.25.0] - 21st December 2023 - feat: add tests for calls (td) - feat: cache getConfig request (Karthikeyan S) diff --git a/pubspec.yaml b/pubspec.yaml index f4044d6a..eb69fbb7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.25.0 +version: 0.25.1 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues