diff --git a/CHANGELOG.md b/CHANGELOG.md index 79fc1153..73f1b0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.24.3] - 11th December 2023 +Small hotfix for the new database. +- refactor: Remove duplicated copyMap method and fix type error (Krille) + ## [0.24.2] - 11th December 2023 - docs: Add issue tracker to pub.dev (Krille) - fix: Copy all maps got from database (Krille) diff --git a/pubspec.yaml b/pubspec.yaml index 2c727171..b5fce51f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.24.2 +version: 0.24.3 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues