From e1314bb2ea503cbe96a61f4726f6dada4d415273 Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Sat, 10 Aug 2024 17:51:56 +0200 Subject: [PATCH] Bump version and add changelog --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f7d25f..8a2a678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.0-alpha.2 +* Fix analyser issues for Flutter `3.24.0` +* Update `fluttertoast` requirement to `8.2.6` + ## 2.0.0-alpha.1 * Apply proper colours from App theme ([#31](https://github.com/ThexXTURBOXx/catcher_2/issues/31)) diff --git a/pubspec.yaml b/pubspec.yaml index 1c58ff4..692c13c 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.1 +version: 2.0.0-alpha.2 homepage: https://github.com/ThexXTURBOXx/catcher_2 repository: https://github.com/ThexXTURBOXx/catcher_2 issue_tracker: https://github.com/ThexXTURBOXx/catcher_2/issues