From d1d023d45b5bcabc86301df147bf5b51d38f5e9b Mon Sep 17 00:00:00 2001 From: td Date: Wed, 4 Oct 2023 15:55:01 +0530 Subject: [PATCH] chore: release v1.7.2 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b110d938..44844476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.2] - 4th Oct 2023 + +- chore: add general and publish ci (td) +- chore: Add adjusted issue templates from product-management (Malin Errenst) +- chore: make dependencies compatible with dart 3 (Nicolas Werner) +- chore: add github action (Niklas Zender) + ## [1.7.1] - 22nd Jun 2023 - fix: Fixed fake_matrix_api.dart signedOneTimeKeys upload (Malin Errenst) diff --git a/pubspec.yaml b/pubspec.yaml index f49f66a7..a584bcdd 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.1 +version: 1.7.2 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