From cb743e8df04b801c06cf1222335d01f6bdc7cccb Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 12 Aug 2022 09:08:16 +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 3375f715..b56a5030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.1.3] - 2nd Aug 2022 +- fix: Secret storage keys are used as account data but are not uri encoded +- chore: export filter map extension + ## [1.1.2] - 2nd Aug 2022 - feat: Add a flag to disable colors in logs diff --git a/pubspec.yaml b/pubspec.yaml index c0707675..4a834ffc 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.2 +version: 1.1.3 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