From 877bc27eb6b2fc11a8281222b59d40946885b3b5 Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Sat, 28 Oct 2023 12:14:33 +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 b2a0c9f..8e61039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.2 +* Add error resilience to calls to 3rd party libraries +* Improve documentation + ## 1.0.1 * Fix initialisation order ([#10](https://github.com/ThexXTURBOXx/catcher_2/issues/10)) * Allow additional, custom error handlers ([#11](https://github.com/ThexXTURBOXx/catcher_2/issues/11)) diff --git a/pubspec.yaml b/pubspec.yaml index 91a3e20..7994d69 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.1 +version: 1.0.2 homepage: https://github.com/ThexXTURBOXx/catcher_2 repository: https://github.com/ThexXTURBOXx/catcher_2 issue_tracker: https://github.com/ThexXTURBOXx/catcher_2/issues