From 6f2c0b83fb81b8a6b9114344668d815d7355c445 Mon Sep 17 00:00:00 2001 From: td Date: Mon, 20 Feb 2023 18:06:41 +0530 Subject: [PATCH] chore: version bump to 0.17.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27383806..12b11d41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.17.1] - 20th Feb 2023 +- chore: add missing awaits in group call enter and leave funcs (td) +- chore: add useServerCache option to fetchOwnProfileFromServer and fix missing awaits (td) + ## [0.17.0] - 17th Feb 2023 - fix: ability to upgrade audio calls to video calls (td) - chore: add a fetchOwnProfileFromServer method which tries to get ownProfile from server first, disk then (td) diff --git a/pubspec.yaml b/pubspec.yaml index cee958b6..b13f79ad 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.17.0 +version: 0.17.1 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git