diff --git a/CHANGELOG.md b/CHANGELOG.md index 219ab26f..4127443f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.39.3] 6th May 2025 +- fix: Do not load timeline while sync is processed (Krille) + ## [0.39.2] 30th April 2025 - fix: add proper description for `User` class (Yash-Garg) - fix: handling of existing calls in `onCallInvite` (Yash-Garg) diff --git a/pubspec.yaml b/pubspec.yaml index c0d75020..f60f2adf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.39.2 +version: 0.39.3 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues