diff --git a/CHANGELOG.md b/CHANGELOG.md index c58726fd..50dc1f0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.15.3] - 18th Nov 2022 +- fix: handleMissedCalls on remote hangups before answer (td) + ## [0.15.2] - 16th Nov 2022 - fix: recover from very unlikely key upload errors (Nicolas Werner) diff --git a/pubspec.yaml b/pubspec.yaml index e81687e9..4f845794 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.15.2 +version: 0.15.3 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git