From 33c74d30bc26edc13c14e1e854477816ff4e53b9 Mon Sep 17 00:00:00 2001 From: Krille Date: Mon, 22 Jan 2024 15:14:21 +0100 Subject: [PATCH] build: Bump version and add changelog --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c0625e..76f4cac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.25.6] - 22nd January 2023 +- feat: Add missing localizations for key verification messages (Krille) +- fix: Correctly null cache in transactions for indexeddb (Krille) +- fix: Transactions on web by doing them in the same way as on io (krille-chan) +- refactor: Improve getTimeline senders (krille-chan) +- refactor: Use maxnumberofotk from olm instead hardcode 100 (Krille) + ## [0.25.5] - 13th January 2023 - fix: Another type error when combining lists (Krille) diff --git a/pubspec.yaml b/pubspec.yaml index 8c438461..b0aecd12 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.25.5 +version: 0.25.6 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues