From 5cc46de44a490dd725d916ee3a2a13363de01042 Mon Sep 17 00:00:00 2001 From: td Date: Fri, 27 Jan 2023 18:54:26 +0530 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6b30f7..6d059fc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.15.14] - 27th Jan 2023 + +- chore: deprecate isBackground (td) +- fix: try to stop ringtone on call termination (td) +- fix: Fix can't correctly remove/cleanup call in group call. (Duan Weiwei) +- fix: send all servers for getIceServers (td) +- fix: only send call reject event when needed (td) +- fix: use tagged dart images in ci (td) + ## [0.15.13] - 23rd Jan 2023 - fix: glare (td) diff --git a/pubspec.yaml b/pubspec.yaml index e7cab7bd..48a6f258 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.15.13 +version: 0.15.14 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git