From e99d8a45cff1eb5749a57474ee809abe66dd1f59 Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Mon, 22 Jan 2024 19:03:54 +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 c168611..f75d615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.0 +* Add screenshot support for Slack (Thanks to [@ramaarf](https://github.com/ramaarf) in [#18](https://github.com/ThexXTURBOXx/catcher_2/pull/18)) +* Add Turkish translation (Thanks to [@anilaydinn](https://github.com/anilaydinn) in [#266](https://github.com/jhomlala/catcher/pull/266)) + ## 1.0.7 * Fix stack trace in console handler (Thanks to [@MilovdZee](https://github.com/MilovdZee) in [#16](https://github.com/ThexXTURBOXx/catcher_2/pull/16)) diff --git a/pubspec.yaml b/pubspec.yaml index dde7df4..f4e3c26 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.7 +version: 1.1.0 homepage: https://github.com/ThexXTURBOXx/catcher_2 repository: https://github.com/ThexXTURBOXx/catcher_2 issue_tracker: https://github.com/ThexXTURBOXx/catcher_2/issues