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