From 5cd55e3ec72e77e953bc9fab032c7cef5d70fa28 Mon Sep 17 00:00:00 2001 From: Krille Date: Wed, 27 Dec 2023 16:02:51 +0100 Subject: [PATCH] build: Bump version 0.25.2 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3b098c..0b90e2b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.25.2] - 27th December 2023 +- fix: Add missing copy map in matrix sdk database (Krille) + ## [0.25.1] - 27th December 2023 - ci: Test that database can write and read at least 5mb of data (Krille) - feat: Make possible to fetch presence from database only (krille-chan) diff --git a/pubspec.yaml b/pubspec.yaml index eb69fbb7..c8490c1c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.25.1 +version: 0.25.2 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues