diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f55d50..b110d938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.7.1] - 22nd Jun 2023 + +- fix: Fixed fake_matrix_api.dart signedOneTimeKeys upload (Malin Errenst) +- fix: Fix type cast to fix test in matrix-fhir-dart-sdk (Malin Errenst) + ## [1.7.0] - 12th Jun 2023 Breaking Change: diff --git a/pubspec.yaml b/pubspec.yaml index c9fe9212..7db559bf 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: 1.7.0 +version: 1.7.1 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