From 92f53f90661678d12e51a66db83d981db297c5ce Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Mon, 25 Mar 2024 08:44:34 +0100 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 ea7b962..d83b029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.4 +* Allow `package_info_plus` versions `6.x` (Thanks to [@bartektartanus](https://github.com/bartektartanus) in [#28](https://github.com/ThexXTURBOXx/catcher_2/pull/28)) +* Allow `device_info_plus` versions `10.x` + ## 1.2.3 * Fix `FileHandler` and optimize it diff --git a/pubspec.yaml b/pubspec.yaml index d29d11a..87f1cd8 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.2.3 +version: 1.2.4 homepage: https://github.com/ThexXTURBOXx/catcher_2 repository: https://github.com/ThexXTURBOXx/catcher_2 issue_tracker: https://github.com/ThexXTURBOXx/catcher_2/issues