diff --git a/audio_service/CHANGELOG.md b/audio_service/CHANGELOG.md index f68035b1..b27e69a5 100644 --- a/audio_service/CHANGELOG.md +++ b/audio_service/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.18.1 + +* Remove iOS notification on stop. +* Fix setSpeed action on iOS. +* Eliminate redundant notification updates on Android. +* Handle null album and artist on web (@nt4f04uNd). +* Fix multithreaded crash in notification tap (@nt4f04uNd). +* Fix regression to show album art on lock screen (@nt4f04uNd). +* Add playlist/shuffle/loop example. + ## 0.18.0 * Use a single isolate for easier communication. diff --git a/audio_service/pubspec.yaml b/audio_service/pubspec.yaml index d027e0a1..640f3144 100644 --- a/audio_service/pubspec.yaml +++ b/audio_service/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.18.0 +version: 0.18.1 homepage: https://github.com/ryanheise/audio_service/tree/master/audio_service environment: