diff --git a/CHANGELOG.md b/CHANGELOG.md index 30c68104..bfd49e02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.29.13] 24th June 2024 +- chore: allow clients to set their own voip key delays (td) +- chore: use not cancelled in actions instead of always (td) +- fix: Return empty uri instead of original uri if uri is not mxc (Krille) + ## [0.29.12] 17th June 2024 - fix: Request user causing state update loops for apps (Nicolas Werner) diff --git a/pubspec.yaml b/pubspec.yaml index fe2294ac..490d2f81 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.29.12 +version: 0.29.13 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues