diff --git a/CHANGELOG.md b/CHANGELOG.md index 908ffdda..0320467d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.25.12] 1st March 2024 +- chore: pass refreshToken to uiaLogin (Krille) +- fix: removed prev_sender for empty chats (Patrick Hettich) +- fix: updated membership-leave for archived direct chats (Patrick Hettich) +- fix: Use name of other participant on archived rooms (Patrick Hettich) +- refactor: Deprecations after dart upgrade (Krille) + ## [0.25.11] 26th Februray 2024 - feat: Implement handling soft logout (Krille) - feat: Store accesstokenExpiresIn and call softlogout 5 minutes before (Krille) diff --git a/pubspec.yaml b/pubspec.yaml index 09777f95..9ee07aa6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.25.11 +version: 0.25.12 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues