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