From abe793302e7064a34d2766382fb0cd8f640d14bd Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 14 Oct 2022 14:28:01 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c263805..b6ab6ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.1.8] - 29th Aug 2022 +- fix: Edge case where MatrixException.error differs from errcode +- chore: add pushrules to the event types + ## [1.1.7] - 29th Aug 2022 - fix: Parsing of MatrixException parameters diff --git a/pubspec.yaml b/pubspec.yaml index 67f67bf7..34c4aced 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.7 +version: 1.1.8 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