diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b90e2b3..9684e19b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.25.3] - 2nd January 2023 +- fix: Delete in transaction on new store does not clear cache correctly (Krille) + ## [0.25.2] - 27th December 2023 - fix: Add missing copy map in matrix sdk database (Krille) diff --git a/pubspec.yaml b/pubspec.yaml index c8490c1c..dd43c122 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.25.2 +version: 0.25.3 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues