diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb02a02..26f65aeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.39.0] 2nd April 2025 +- feat: endpoints for spec v1.14 (BREAKING CHANGE) +- feat: Make dehydrated device name configurable +- feat: ensure direct chats have only 2 members before sending verification requests +- fix: Trim plaintext after removeMarkdown +- fix: use macv2 for correct base64 encoding +- chore: add v1.14 to supported versions +- chore: upgrade webrtc_interface to v1.2.2+hotfix.1 + ## [0.38.1] 19th March 2025 - chore: Export event localizations (Krille) diff --git a/pubspec.yaml b/pubspec.yaml index 8ef54963..77f422b9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.38.1 +version: 0.39.0 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues