From d1b80703769479a50eb751f366dee09c37cf11e7 Mon Sep 17 00:00:00 2001 From: Krille Date: Sat, 13 Jan 2024 16:55:25 +0100 Subject: [PATCH] build: Bump version to 0.25.5 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d29d82..c1c0625e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.25.5] - 13th January 2023 +- fix: Another type error when combining lists (Krille) + ## [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) diff --git a/pubspec.yaml b/pubspec.yaml index 5a89132b..8c438461 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.25.4 +version: 0.25.5 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues