From 845a0ad320620a58ff4b417122d13731d5e04799 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Mon, 7 Sep 2020 13:33:35 +1000 Subject: [PATCH] Version 0.4.2 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e2e160..9dbae73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.2 + +* Make default audio session settings compatible with iOS control center. +* Update README to mention NSMicrophoneUsageDescription key in Info.plist. + ## 0.4.1 * Fix setSpeed bug on iOS. diff --git a/pubspec.yaml b/pubspec.yaml index a6400c0..282e9e2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: just_audio description: Flutter plugin to play audio from streams, files, assets, DASH/HLS streams and playlists. Works with audio_service to play audio in the background. -version: 0.4.1 +version: 0.4.2 homepage: https://github.com/ryanheise/just_audio environment: