From 2687381274d65d220f14eeab152ce153ca15523a Mon Sep 17 00:00:00 2001 From: Krille Date: Mon, 26 Feb 2024 12:34:48 +0100 Subject: [PATCH] build: Bump version --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89674651..908ffdda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.25.11] 26th Februray 2024 +- feat: Implement handling soft logout (Krille) +- feat: Store accesstokenExpiresIn and call softlogout 5 minutes before (Krille) +- fix: convert boxNames to List in clear function when creating transaction (Gabby Gurdin) + ## [0.25.10] 23rd February 2024 - chore: remove state events both in imp and preview events list (td) - feat: specify history_visibility when creating group chat (Karthikeyan S) diff --git a/pubspec.yaml b/pubspec.yaml index c5db59c8..09777f95 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.25.10 +version: 0.25.11 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues