From 3534f4e25b62b1118cd2855116a3eeacb3b47564 Mon Sep 17 00:00:00 2001 From: td Date: Thu, 23 May 2024 15:33:27 +0530 Subject: [PATCH] chore: release v0.29.8 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 930bacb0..8d32a3c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.29.8] 23rd May 2024 + +- fix: make sure room is postLoaded before starting calls (td) + ## [0.29.7] 22nd May 2024 - fix: nonLocal join/left values (td) - fix: Do not set messages as state events anymore (Krille) diff --git a/pubspec.yaml b/pubspec.yaml index 7d2447a1..d4e8d9af 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.29.7 +version: 0.29.8 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues