diff --git a/CHANGELOG.md b/CHANGELOG.md index b55faa3..12408ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,31 @@ +## 0.6.0 + +- [Close app when app stop](https://github.com/ChangJoo-Park/flutter_foreground_service_plugin/pull/17) @cdfq152313 + ## 0.5.0 -* [Add close button](https://github.com/ChangJoo-Park/flutter_foreground_service_plugin/pull/14) -* [Add color option](https://github.com/ChangJoo-Park/flutter_foreground_service_plugin/pull/12) +- [Add close button](https://github.com/ChangJoo-Park/flutter_foreground_service_plugin/pull/14) +- [Add color option](https://github.com/ChangJoo-Park/flutter_foreground_service_plugin/pull/12) ## 0.4.0 -* Set Min SDK version from 23 +- Set Min SDK version from 23 ## 0.3.0 -* Support chronometer -* Fix typo for subtext +- Support chronometer +- Fix typo for subtext ## 0.2.2 -* Remove useless logs +- Remove useless logs ## 0.2.0 -* Can change Notification title and contents when startup +- Can change Notification title and contents when startup ## 0.1.0 -* Start Foreground Service (with callback) -* Stop Foreground Service (with callback) -* Using infinite interval on your configurations +- Start Foreground Service (with callback) +- Stop Foreground Service (with callback) +- Using infinite interval on your configurations