From db5aedc8f5ecfd2da074483bc505f6dde5372d74 Mon Sep 17 00:00:00 2001 From: Krille Date: Tue, 14 May 2024 14:07:23 +0200 Subject: [PATCH] build: release v0.29.2 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d9b4e5..a41f52b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.29.2] 14th May 2024 +- feat: Implement unpublished MSC custom refresh token lifetime (Krille) +- feat: support for JWT authentication (Ray Wang) +- fix: ensureNotSoftLoggedOut must be called before network reqeust in syncFilter check (Krille) +- fix: ice restart mechanism (td) +- refactor: Cache direct chat matrix ID (krille-chan) +- refactor: make sure ensureNotSoftLoggedOut does not run multiple times (Krille) + ## [0.29.1] 10th May 2024 - chore: Revert check message size before fake sync (Krille) diff --git a/pubspec.yaml b/pubspec.yaml index 708563e5..0a4911d5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.29.1 +version: 0.29.2 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues