From 80c456f0abc60f6490b72ef0b1546d42a834dd67 Mon Sep 17 00:00:00 2001 From: Krille Date: Thu, 21 Sep 2023 12:46:33 +0200 Subject: [PATCH] build: Bump version to 0.22.4 --- CHANGELOG.md | 11 +++++++++++ pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff0e7459f..f991398d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.22.4] - 21 September 2023 +- feat: Implement member change type (Krille) +- fix: apply state event before decryption on leaved room (Mohammad Reza Moradi) +- fix: startDirectChat might return an unjoined room (Nicolas Werner) +- fix: storing the end of history pagination (Nicolas Werner) +- fix: userOwnsEncryptionKeys returns true for empty device lists (Nicolas Werner) +- fix: wait for online key backup key to be cached on reset (Nicolas Werner) +- refactor: Remove deprecated dart code metrics (Krille) +- chore: remove redundant log message (Nicolas Werner) +- ci: don't fail fast on dendrite failure (Nicolas Werner) + ## [0.22.3] - 23th August 2023 - feat: Add option to not cache users in memory when requesting all of a room (krille-chan) - fix: Has new messages is never true (Krille) diff --git a/pubspec.yaml b/pubspec.yaml index 0e34b66ce..495a867f8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.22.3 +version: 0.22.4 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git