From ab7fc034f2bddb00cc8754bf5ea561738d8ee425 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 27 Jan 2023 14:28:35 +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 245fdbe2..f8a081e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +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 diff --git a/pubspec.yaml b/pubspec.yaml index ca8d38bc..ceee2efc 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.9 +version: 1.1.10 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