diff --git a/CHANGELOG.md b/CHANGELOG.md index 4127443f..2512cd29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.39.4] 6th May 2025 + +- chore: prev_batch update after a limited timeline follow-up (Karthikeyan S) +- fix: make sure prev_batch is updated after a limited timeline (td) +- fix: sanity if room prev_batch null, populate it (td) + ## [0.39.3] 6th May 2025 - fix: Do not load timeline while sync is processed (Krille) diff --git a/pubspec.yaml b/pubspec.yaml index f60f2adf..d6c2717b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.39.3 +version: 0.39.4 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues