diff --git a/CHANGELOG.md b/CHANGELOG.md index 597ceee..e281f31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ +## 8.14.0 + +* [**FEAT**] Support quickboot for HTC devices + ## 8.13.0 -* [**CHORE**] Downgrade iOS minimumVersion from 13.0 to 12.0 +* [**CHORE**] Downgrade iOS minimumVersion from `13.0` to `12.0` ## 8.12.0 @@ -9,7 +13,7 @@ ## 8.11.0 -* [**FEAT**] Allow sending Set collection using `FlutterForegroundTask.sendDataToMain` +* [**FEAT**] Allow sending `Set` collection using `FlutterForegroundTask.sendDataToMain` ## 8.10.4 diff --git a/README.md b/README.md index 44d7ea2..3a41e8c 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.13.0 + flutter_foreground_task: ^8.14.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 0ffaafa..4901a1e 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.13.0 +version: 8.14.0 homepage: https://github.com/Dev-hwang/flutter_foreground_task environment: @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - plugin_platform_interface: ^2.1.6 + plugin_platform_interface: ^2.1.8 shared_preferences: ^2.2.2 platform: ^3.1.4