From b0db73e1fbf3374da2462a15135cdc7a28fe7c7c Mon Sep 17 00:00:00 2001 From: Krille Date: Wed, 29 May 2024 10:23:14 +0200 Subject: [PATCH] build: Release v0.29.9 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d32a3c7..1c9280bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.29.9] 29th May 2024 +- docs: Update example with matrixsdkdatabase (Krille) +- fix: canRequestHistory doesn't reflect reality (Nicolas Werner) +- fix: Requst profiles for left users (Krille) +- refactor: Deprecate Streams in favor of client.onSync (krille-chan) +- refactor: requestUser logic (Krille) +- refactor: Use enhanced enums for room enums (Krille) + ## [0.29.8] 23rd May 2024 - fix: make sure room is postLoaded before starting calls (td) diff --git a/pubspec.yaml b/pubspec.yaml index d4e8d9af..6f3c0394 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.29.8 +version: 0.30.0 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues