From ab0403657d14fe05868c908b88bd39394170ab73 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 17 Apr 2023 12:05:11 +0200 Subject: [PATCH] chore: Bump version to 1.6 to reflect spec update --- CHANGELOG.md | 16 ++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8a081e5..576d2f59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,37 @@ +## [1.6.0] - 17th Apr 2023 + +This release updates to version 1.6 of the Matrix specification. Users might +need to update their read receipt calls to the API changes. + +- feat: Upgrade to spec 1.6 + ## [1.1.10] - 27th Jan 2023 + - chore: Update enhanced_enum to 0.2.4 ## [1.1.9] - 7th Nov 2022 + - feat: Allow converting of stacktraces in logs ## [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 ## [1.1.6] - 26th Aug 2022 + - fix: Fixed missing .pub-cache folder creation in .gitlab-ci.yml ## [1.1.5] - 25th Aug 2022 + - fix: Fixed dysfunctional key-verification (Emoji+manual) ## [1.1.4] - 25th Aug 2022 + - Revert "fix: Secret storage keys are used as account data but are not uri encoded" - chore: disable dynamic calls (Nicolas Werner) - chore: export filter map extension (Nicolas Werner) @@ -27,10 +41,12 @@ - chore: upgrade from pedantic to lints (Nicolas Werner) ## [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 ## 1.1.1 diff --git a/pubspec.yaml b/pubspec.yaml index ceee2efc..95328d0c 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.10 +version: 1.6.0 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