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