diff --git a/CHANGELOG.md b/CHANGELOG.md index 82deb5b2..953efe2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.22.6] - 23 October 2023 +- fix: Do not convert linebreaks in pre blocks on markdown parsing (Krille) +- refactor: Wait for room in sync until sync process and trigger cleanup call not before actually start clean up. (Krille) + ## [0.22.5] - 20 October 2023 - build(deps): bump http from 0.13.6 to 1.1.0 (dependabot[bot]) - feat: Add methods to load all room keys from online key backup (Krille) diff --git a/pubspec.yaml b/pubspec.yaml index 25daf555..f8d71f0f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.22.5 +version: 0.22.6 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git