From 990a2302ac30197f37d024258049d707a94ad7c4 Mon Sep 17 00:00:00 2001 From: td Date: Sun, 6 Aug 2023 13:45:48 +0200 Subject: [PATCH] chore: release v0.22.2 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e072fefe..47592459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.22.2] - 6 August 2023 + +- fix: direct message room name computation (The one with the braid) +- refactor: simplify UIA stage selection logic (Nicolas Werner) +- feat: Upload keys on OKB reset (Nicolas Werner) +- fix: fix upload of old session after reset (Nicolas Werner) +- refactor: Simplify room sorting logic to make invite sorting more obvious (Nicolas Werner) + ## [0.22.1] - 19th July 2023 - chore: add pub release job (td) diff --git a/pubspec.yaml b/pubspec.yaml index 1d94227c..2a827cfa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.22.1 +version: 0.22.2 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git