From 7e0540881f9fbc08a09d05a619692e546594df0f Mon Sep 17 00:00:00 2001 From: Michael Bui <25263378+MaikuB@users.noreply.github.com> Date: Sun, 14 Aug 2022 19:54:04 +1000 Subject: [PATCH] bump for 10.0.0-dev.19 release --- flutter_local_notifications/CHANGELOG.md | 4 ++++ flutter_local_notifications/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/flutter_local_notifications/CHANGELOG.md b/flutter_local_notifications/CHANGELOG.md index 8f667b8ac..9c0cbb2f8 100644 --- a/flutter_local_notifications/CHANGELOG.md +++ b/flutter_local_notifications/CHANGELOG.md @@ -1,3 +1,7 @@ +# [10.0.0-dev.19] + +* Includes changes from 9.7.1 that fixes a crash around calling `getNotificationAppLaunchDetails` on Android + # [10.0.0-dev.18] * [Android] added null checks around notification action inputs diff --git a/flutter_local_notifications/pubspec.yaml b/flutter_local_notifications/pubspec.yaml index e0062af17..35139f549 100644 --- a/flutter_local_notifications/pubspec.yaml +++ b/flutter_local_notifications/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_local_notifications description: A cross platform plugin for displaying and scheduling local notifications for Flutter applications with the ability to customise for each platform. -version: 10.0.0-dev.18 +version: 10.0.0-dev.19 homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications dependencies: