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