From 48be1040f7301f662f80093c9bfea60e83bd3dc1 Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Sun, 10 Dec 2023 23:05:13 +0100 Subject: [PATCH] Bump version and add changelog --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 670dfba..0a65f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.6 +* Add Arabic translation ([#265](https://github.com/jhomlala/catcher/pull/265)) +* Improve Russian translation ([#256](https://github.com/jhomlala/catcher/pull/256)) +* Merge upstream `catcher` changes (only smaller things) + ## 1.0.5 * Allow `package_info_plus` versions `5.x` * Update to Flutter `3.16` diff --git a/pubspec.yaml b/pubspec.yaml index ea39a3f..1d34676 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.5 +version: 1.0.6 homepage: https://github.com/ThexXTURBOXx/catcher_2 repository: https://github.com/ThexXTURBOXx/catcher_2 issue_tracker: https://github.com/ThexXTURBOXx/catcher_2/issues