diff --git a/CHANGELOG.md b/CHANGELOG.md index dac9cd0..28b9519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.4 +* Cleanup in many places (also makes a few things more robust) +* Fix `null` path for screenshot manager ([#12](https://github.com/ThexXTURBOXx/catcher_2/issues/12)) + ## 1.0.3 * Add even more error resilience to calls to 3rd party libraries diff --git a/pubspec.yaml b/pubspec.yaml index bd915f1..980ef4a 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.3 +version: 1.0.4 homepage: https://github.com/ThexXTURBOXx/catcher_2 repository: https://github.com/ThexXTURBOXx/catcher_2 issue_tracker: https://github.com/ThexXTURBOXx/catcher_2/issues