From 7f32428091a7afa2337f59803ece2d654fe1a6c2 Mon Sep 17 00:00:00 2001 From: Karthikeyan S Date: Thu, 16 Nov 2023 14:08:19 +0530 Subject: [PATCH] build: release 0.22.7 --- CHANGELOG.md | 12 ++++++++++++ pubspec.yaml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 953efe2c1..d7cc8caa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.22.7] - 16 November 2023 +- chore: incrementally add left rooms to archive (The one with the braid) +- chore: remove archived room on forget (#2) (Clemens-Toegel) +- chore: store states to archived rooms (#1) (Clemens-Toegel) +- chore: upgrade lints (Nicolas Werner) +- chore: use our custom reusable workflow to avoid manually configuring each publish job (td) +- fix: Code style (The one with the braid) +- fix: call hangup on timeout race condition (Karthikeyan S) +- fix: clear local database on logout even if server timesout (td) +- fix: hangup on call crash (Mohammad Reza Moradi) +- fix: stale call checker leaks memory (Nicolas Werner) + ## [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) diff --git a/pubspec.yaml b/pubspec.yaml index c05105689..08f3196bf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.22.6 +version: 0.22.7 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git