From 79fe358a49a0c80f6cff9369acf78a1eb53795e3 Mon Sep 17 00:00:00 2001 From: Malin Errenst Date: Thu, 22 Jun 2023 18:11:59 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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