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