From 31f7a13f16c5a942c49d69ab725a9d38138f3cbe Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Tue, 23 Apr 2024 10:32:47 +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 1afc74d..b6fdb27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.2.6 +* Allow `package_info_plus` versions `8.x` + ## 1.2.5 * Allow `package_info_plus` versions `7.x` diff --git a/pubspec.yaml b/pubspec.yaml index 9d17325..2908249 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.5 +version: 1.2.6 homepage: https://github.com/ThexXTURBOXx/catcher_2 repository: https://github.com/ThexXTURBOXx/catcher_2 issue_tracker: https://github.com/ThexXTURBOXx/catcher_2/issues