From a975c07ed4b0b3f40a1b69554055a25339f2f821 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Thu, 4 Nov 2021 15:57:54 +0100 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 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