From 7655d322e9e85d9b0bb7760adeb16da1fdb588d3 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Mon, 7 Nov 2022 10:40:40 +0100 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 b6ab6ce1..245fdbe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [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 diff --git a/pubspec.yaml b/pubspec.yaml index 34c4aced..22c3829c 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.8 +version: 1.1.9 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