From 7f5d279ae1088813ba9e4e84ef1182057fc41f57 Mon Sep 17 00:00:00 2001 From: Krille Date: Mon, 11 Dec 2023 09:01:15 +0100 Subject: [PATCH] build: Release 0.24.2 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3264e2a0..79fc1153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.24.2] - 11th December 2023 +- docs: Add issue tracker to pub.dev (Krille) +- fix: Copy all maps got from database (Krille) + ## [0.24.1] - 7th December 2023 This release brings a new **experimental** database based on SQFlite and IndexedDB as a *Drop-In-Replacement* for Hive and HiveCollections. You can already test it out (on your own risk) by using it as the new databaseBuilder and migrate your current users by using the legacyDatabaseBuilder with your current Database: diff --git a/pubspec.yaml b/pubspec.yaml index ad728ad2..2c727171 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.24.1 +version: 0.24.2 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues