From dcde0af99e0ee4fbf060136383b57215df3ef015 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Mon, 29 Aug 2022 10:33:16 +0200 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 07fe38ac..8c263805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.1.7] - 29th Aug 2022 +- fix: Parsing of MatrixException parameters + ## [1.1.6] - 26th Aug 2022 - fix: Fixed missing .pub-cache folder creation in .gitlab-ci.yml diff --git a/pubspec.yaml b/pubspec.yaml index d37fcee1..67f67bf7 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.6 +version: 1.1.7 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