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