From c3f24306a2dde6c29bd477110b5ce56f0eeff698 Mon Sep 17 00:00:00 2001 From: wjhwang Date: Tue, 29 Oct 2024 13:55:25 +0900 Subject: [PATCH] release: 8.12.0 --- CHANGELOG.md | 5 +++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96d8c745..c198e9d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 8.12.0 + +* [**FEAT**] Add `setOnlyAlertOnce` option to AndroidNotificationOptions [pr-#287](https://github.com/Dev-hwang/flutter_foreground_task/pull/287) +* [**CHANGE**] Change notification channel importance from `DEFAULT` to `LOW` + ## 8.11.0 * [**FEAT**] Allow sending Set collection using `FlutterForegroundTask.sendDataToMain` diff --git a/README.md b/README.md index 69654b21..f90fb732 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To use this plugin, add `flutter_foreground_task` as a [dependency in your pubsp ```yaml dependencies: - flutter_foreground_task: ^8.11.0 + flutter_foreground_task: ^8.12.0 ``` After adding the plugin to your flutter project, we need to declare the platform-specific permissions ans service to use for this plugin to work properly. diff --git a/pubspec.yaml b/pubspec.yaml index aa3cea98..2049ee18 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_foreground_task description: This plugin is used to implement a foreground service on the Android platform. -version: 8.11.0 +version: 8.12.0 homepage: https://github.com/Dev-hwang/flutter_foreground_task environment: