From cac206e68125aeddc0e5f4c2f4599d60ce102d4f Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Mon, 18 Nov 2024 21:41:40 +0100 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 048e69a..4763047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.0.2 +* Fix logger after `updateConfig` ([#39](https://github.com/ThexXTURBOXx/catcher_2/issues/39)) + ## 2.0.1 * Allow `device_info_plus` versions `11.x` * Fix example on Android (build with JDK 21 failed) diff --git a/pubspec.yaml b/pubspec.yaml index 779d1b2..0a9b89c 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.1 +version: 2.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