From e7e825a40ec869123b1ee2cbb8d31329b45054b7 Mon Sep 17 00:00:00 2001 From: td Date: Wed, 30 Apr 2025 17:59:18 +0200 Subject: [PATCH] chore: release v0.39.2 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c38e057..219ab26f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.39.2] 30th April 2025 +- fix: add proper description for `User` class (Yash-Garg) +- fix: handling of existing calls in `onCallInvite` (Yash-Garg) +- fix: make sure to keep track of aggregated events after requesting history or future (td) + ## [0.39.1] 10th April 2025 - fix: deleting last message is edited (Mohammad Reza Moradi) diff --git a/pubspec.yaml b/pubspec.yaml index 9c5068bc..c0d75020 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.39.1 +version: 0.39.2 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues