diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f9b54d..226d1924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.8.0 + +* Allow UI to await the result of custom actions. +* Allow background to broadcast custom events to UI. +* Improve memory management for art bitmaps on Android. +* Convenience methods: replaceQueue, playMediaItem, addQueueItems. +* Bug fixes and dependency updates. + ## 0.7.2 * Shutdown background task if task killed by IO (Android). diff --git a/pubspec.yaml b/pubspec.yaml index a9bb8839..c49b044c 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.7.2 +version: 0.8.0 homepage: https://github.com/ryanheise/audio_service environment: