From a9f1e0b3ee84858bdbea1be2919d5c6649a33ce5 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Mon, 27 Sep 2021 14:56:13 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2b1b4a..9a39920a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.4.4 +- chore: workaround for invalid getTurnServer responses from synapse + ## 0.4.3 - fix: Make type in AuthenticationData nullable - refactor: remove uploadKeySignatures (use uploadCrossSigningSignatures) diff --git a/pubspec.yaml b/pubspec.yaml index 884a6df6..b947fe0e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix_api_lite description: Dead simple data model for the matrix.org client-server API. -version: 0.4.3 +version: 0.4.4 homepage: https://famedly.com repository: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/ issues: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/-/issues