diff --git a/CHANGELOG.md b/CHANGELOG.md index 8954ca7..96479da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.1.6] - 8 December 2021 + +* feat: `Intent.toString` implmented nicely + ## [0.1.5] - 20 June 2021 * fix: `handleIntent`: null check added for `Intent.categories` diff --git a/pubspec.yaml b/pubspec.yaml index a0e5d1e..fa3e04a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,7 @@ name: receive_intent description: Flutter plugin for passing Android Intents to the Flutter environment. -version: 0.1.5 +version: 0.1.6 homepage: https://github.com/daadu/receive_intent -authors: - - Harsh Bhikadia environment: sdk: ">=2.12.0 <3.0.0"