diff --git a/CHANGELOG.md b/CHANGELOG.md index 30e1af3..048e69a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.1 +* Allow `device_info_plus` versions `11.x` +* Fix example on Android (build with JDK 21 failed) + ## 2.0.0 * Bump to next stable version * Improve logging ([#37](https://github.com/ThexXTURBOXx/catcher_2/issues/37)) diff --git a/pubspec.yaml b/pubspec.yaml index 6439ae9..779d1b2 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: 2.0.0 +version: 2.0.1 homepage: https://github.com/ThexXTURBOXx/catcher_2 repository: https://github.com/ThexXTURBOXx/catcher_2 issue_tracker: https://github.com/ThexXTURBOXx/catcher_2/issues