diff --git a/CHANGELOG.md b/CHANGELOG.md index db9e6a6d..d29a2601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.26.1] 15th March 2024 +- chore: add noice/echo cancelling flags to getUserMedia (td) +- feat: Add commands /ignore and /unignore (Krille) +- feat: Offers client.ensureNotSoftLoggedOut() to fix using client with stopped sync loop (Krille) +- fix: throw EventTooLarge on exceeding max fed PDU (td) + ## [0.26.0] 8th March 2024 This release adds a new state to the `LoginState` named `softLoggedOut`. Learn more about it here: https://spec.matrix.org/v1.9/client-server-api/#soft-logout diff --git a/pubspec.yaml b/pubspec.yaml index 40d405e7..3d25c302 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.26.0 +version: 0.26.1 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues