From 05d8bff33df0435745cedb94ea13a91214c38f4b Mon Sep 17 00:00:00 2001 From: Krille Date: Fri, 5 Jan 2024 15:21:13 +0100 Subject: [PATCH] build: Bump version to 0.25.4 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9684e19b..a2d29d82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.25.4] - 5th January 2023 +- fix: Type error when combining dynamic lists (Krille) +- refactor: Throw client init exception on client init fail (krille-chan) + ## [0.25.3] - 2nd January 2023 - fix: Delete in transaction on new store does not clear cache correctly (Krille) diff --git a/pubspec.yaml b/pubspec.yaml index dd43c122..5a89132b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.25.3 +version: 0.25.4 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues