diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a39920a..5dc14f12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.5.0 +- fix: threepidCreds should be threepid_creds and an object + ## 0.4.4 - chore: workaround for invalid getTurnServer responses from synapse diff --git a/pubspec.yaml b/pubspec.yaml index b947fe0e..f026f99f 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.4 +version: 0.5.0 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