diff --git a/CHANGELOG.md b/CHANGELOG.md index 75c16069..c58726fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.15.2] - 16th Nov 2022 +- fix: recover from very unlikely key upload errors (Nicolas Werner) + ## [0.15.1] - 14th Nov 2022 - chore: Follow up fix for request users in invite rooms (Christian Pauly) - chore: Put all hard-coded timeout parameters into the Timeouts class. (cloudwebrtc) diff --git a/pubspec.yaml b/pubspec.yaml index e8f9618f..e81687e9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.15.1 +version: 0.15.2 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git