diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f65aeb..0c38e057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +## [0.39.1] 10th April 2025 + +- fix: deleting last message is edited (Mohammad Reza Moradi) + ## [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 diff --git a/pubspec.yaml b/pubspec.yaml index 77f422b9..776e12e5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.39.0 +version: 0.39.1 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues