From 7a1d82da1df582d95f7219ea95b8a8d944bb5e17 Mon Sep 17 00:00:00 2001 From: td Date: Tue, 27 Aug 2024 10:16:44 +0200 Subject: [PATCH] chore: release v0.32.3 --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98197d0f..c433f86c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,20 @@ +## [0.32.3] 27th Aug 2024 + +- feat: cache .well-known data (The one with the braid) +- fix: dedup /versions calls (td) +- fix: race condition between getState and requestUser updates (td) + ## [0.32.2] 21st Aug 2024 + - fix: SQLCipher dylib location on macOS builds (The one with the braid) - refactor: Also use authenticated media if unstable features claim support (Krille) ## [0.32.1] 16th Aug 2024 + - feat: support for authenticated media (td) ## [0.32.0] 9th Aug 2024 + - chore: add info about tests to readme (td) - chore: increase log level to verbose in tests (td) - fix: App freezes because of recursive loop with getLocalizedDisplayname() call (Krille) diff --git a/pubspec.yaml b/pubspec.yaml index 9f273ee7..620775ec 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.32.2 +version: 0.32.3 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues