diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb9a97c..38d9b4e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.29.1] 10th May 2024 +- chore: Revert check message size before fake sync (Krille) + ## [0.29.0] 08th May 2024 Refactoring release which fixes a flickering of sent file events in the timeline. The State events in a room are no longer instances of `Event` but `StrippedStateEvent` by diff --git a/pubspec.yaml b/pubspec.yaml index e96c69fe..708563e5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.29.0 +version: 0.29.1 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues