From fd6d66adb8a238537595136890e2eb44a716f11a Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 17 Jun 2024 00:25:13 +0200 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 002bebef..30c68104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.29.12] 17th June 2024 + +- fix: Request user causing state update loops for apps (Nicolas Werner) + ## [0.29.11] 11th June 2024 - chore: make ignored call mem logging verbose (td) diff --git a/pubspec.yaml b/pubspec.yaml index e41ecd07..fe2294ac 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.29.11 +version: 0.29.12 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues