From e2fab87dbe24f7af254d24731d3379d99797a462 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Fri, 10 Apr 2020 23:41:56 +1000 Subject: [PATCH] Version 0.7.1 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f554312..5c3d93cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.7.1 + +* Add AudioServiceWidget to auto-manage connections. +* Allow file URIs for artUri. + ## 0.7.0 * Support skip forward/backward in command center (iOS). diff --git a/pubspec.yaml b/pubspec.yaml index b81da683..d78acb4b 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.0 +version: 0.7.1 homepage: https://github.com/ryanheise/audio_service environment: