From f64d9050dec3e6f47efc64cda3ddd3b9e562dedc Mon Sep 17 00:00:00 2001 From: "h.carnot" Date: Wed, 8 Jun 2022 18:02:30 +0200 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9248356..a46151ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.1.1 + +- fix: wrong type for children_state in spaces hierarchy API +- fix: Missing trailing slash on pushrules endpoint +- tests: added tests for spaces hierarchy + ## 1.1.0 - fix: wrong types in spaces hierarchy API diff --git a/pubspec.yaml b/pubspec.yaml index b07dd67e..a808bc98 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.1.0 +version: 1.1.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