diff --git a/CHANGELOG.md b/CHANGELOG.md index bfd49e02..aa8ccdd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.30.0] 3rd July 2024 + +- feat: Automatically cancel typing indicators after 30 seconds (Krille) +- feat: move e2e test dind structure to use executor (td) +- fix: Correctly store lastEvent in database after decryption (Krille) +- fix: Do not update lastEvent with state events (Krille) +- fix: lastEvent after edit and redact (td) +- fix: Type error when uploading room keys (Krille) +- refactor: Remove Matrix Connection Exception (Krille) + ## [0.29.13] 24th June 2024 - chore: allow clients to set their own voip key delays (td) - chore: use not cancelled in actions instead of always (td) diff --git a/pubspec.yaml b/pubspec.yaml index 490d2f81..bcbafde2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.29.13 +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