From 3eb8c5eef63154ad9a87059f495536fedeefda12 Mon Sep 17 00:00:00 2001 From: TheOneWithTheBraid Date: Mon, 14 Nov 2022 12:00:36 +0100 Subject: [PATCH] chore: bump version Signed-off-by: TheOneWithTheBraid --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b29d11..75c16069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [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) +- chore: upgrade webrtc_interface, remove WebRTCDelegate.cloneStream. (cloudwebrtc) +- fix: Do not request users in not joined rooms (Christian Pauly) +- fix: sdp negotiation issue on iOS, close #335. (cloudwebrtc) +- refactor: Add argument for custom CreateRoomPreset to startDirectChat method (Grieshofer Philipp) +- refactor: Get rid of unnecessary type cast (Christian Pauly) +- refactor: Improve error handling for no olm session found exception (Christian Pauly) + ## [0.15.0] - 28th Oct 2022 - chore: reduce error logging level of groupCall is null (td) - fix: filter list for adding p2p call events (td) diff --git a/pubspec.yaml b/pubspec.yaml index ee579594..e8f9618f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.15.0 +version: 0.15.1 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git