diff --git a/CHANGELOG.md b/CHANGELOG.md index 56a016e7..640226b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.18.2] - 31th March 2023 +- chore: Update to flutter image 3.7.8 (Krille) +- chore: Workaround for broken test dependency (Krille) +- chore: ignore stale call checking for archived rooms (td) +- feat: Implement onMigration callback to Client.init() method (Krille) +- fix: Clear HiveCollection boxes inside of transaction in order (Krille) +- refactor: Rename one-character-variables in device_keys_list.dart (Malin Errenst) + ## [0.18.1] - 20th March 2023 - feat: Allow accessing cached archive rooms as well as request keys for them (Philipp Grieshofer) diff --git a/pubspec.yaml b/pubspec.yaml index 2dcbb78c..ae2200ad 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.18.1 +version: 0.18.2 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git