diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a65f9a..c168611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 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)) + ## 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)) diff --git a/pubspec.yaml b/pubspec.yaml index 1d34676..dde7df4 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.6 +version: 1.0.7 homepage: https://github.com/ThexXTURBOXx/catcher_2 repository: https://github.com/ThexXTURBOXx/catcher_2 issue_tracker: https://github.com/ThexXTURBOXx/catcher_2/issues