From 431a2255719b547b62ce4a0bccf7024bc221b6a2 Mon Sep 17 00:00:00 2001 From: td Date: Fri, 18 Nov 2022 13:45:49 +0530 Subject: [PATCH] chore: version bump --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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