diff --git a/CHANGELOG.md b/CHANGELOG.md index b36cc092..b3cd5fa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.25.9] 14th February 2024 +- fix: group calls terminator having sync glares (td) +- fix: ignore expired calls rather than killing them (td) + ## [0.25.8] 31th January 2024 - chore: Use some call events as last events (Krille) - fix: nested void function in encryption helper (The one with the braid) diff --git a/pubspec.yaml b/pubspec.yaml index cfeeb715..11b7b2cc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.25.8 +version: 0.25.9 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues