diff --git a/CHANGELOG.md b/CHANGELOG.md index 2512cd29..9fa0b41f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.40.0] 9th May 2025 +- feat: Add localization for voice message type (Krille) +- feat: Support fallback for threads in Event.getReplyEvent() (Krille) +- fix: Fetch well-known from domain from userId, not from homeserver domain (krille-chan) +- fix: incorrect Event status update in constructor (Karthikeyan S) +- refactor: (BREAKING) Remove hive database and hive dependencies (Krille) +- refactor: Remove unused event status roomState (Krille) + ## [0.39.4] 6th May 2025 - chore: prev_batch update after a limited timeline follow-up (Karthikeyan S) diff --git a/pubspec.yaml b/pubspec.yaml index 42a6877d..8f282c70 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.39.4 +version: 0.40.0 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues