diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a6d1b2..6cc07c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.12.0 + +* Add setRepeatMode/setShuffleMode. +* Enable iOS Control Center buttons based on setState. +* Support seek forward/backward in iOS Control Center. +* Add default behaviour to BackgroundAudioTask. +* Bug fixes. +* Simplify example. + ## 0.11.2 * Fix bug with album metadata on Android. diff --git a/pubspec.yaml b/pubspec.yaml index 691bc384..f0d5cf73 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: audio_service description: Flutter plugin to play audio in the background while the screen is off. -version: 0.11.2 +version: 0.12.0 homepage: https://github.com/ryanheise/audio_service environment: