From 8d90b113710236c3e3c646666d8cc7bd76eda78b Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Tue, 30 Jul 2024 14:10:17 +0200 Subject: [PATCH] Bump version and add changelog --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 849617c..0f7d25f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.0.0-alpha.1 +* Apply proper colours from App theme ([#31](https://github.com/ThexXTURBOXx/catcher_2/issues/31)) + ## 2.0.0-alpha.0 * [BREAKING_CHANGE] Migrate Slack screenshot API calls to `files.*UploadExternal` (you now need to specify also a `channelId` in the `SlackHandler` for that!) * [BREAKING_CHANGE] Migrate screenshots to `cross_file`'s `XFile`s diff --git a/pubspec.yaml b/pubspec.yaml index 6062e8c..43f9f02 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: catcher_2 description: Plugin for error catching which provides multiple handlers for dealing with errors when they are not caught by the developer. -version: 2.0.0-alpha.0 +version: 2.0.0-alpha.1 homepage: https://github.com/ThexXTURBOXx/catcher_2 repository: https://github.com/ThexXTURBOXx/catcher_2 issue_tracker: https://github.com/ThexXTURBOXx/catcher_2/issues