From fa69ee6eb0a42b9b2ab1d32b2fa9636fca998a88 Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Sat, 28 Oct 2023 12:40:26 +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 8e61039..dac9cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.3 +* Add even more error resilience to calls to 3rd party libraries + ## 1.0.2 * Add error resilience to calls to 3rd party libraries * Improve documentation diff --git a/pubspec.yaml b/pubspec.yaml index 7994d69..bd915f1 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: 1.0.2 +version: 1.0.3 homepage: https://github.com/ThexXTURBOXx/catcher_2 repository: https://github.com/ThexXTURBOXx/catcher_2 issue_tracker: https://github.com/ThexXTURBOXx/catcher_2/issues