From a11c760f4817e12eb29bd5ffa52d8152d980515a Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Wed, 10 Jun 2020 23:02:54 +1000 Subject: [PATCH] Version 0.2.1 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50984c9..3f1bba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.2.1 + +* Improve handling of headers. +* Report setUrl errors and duration on web. + ## 0.2.0 * Support dynamic duration diff --git a/pubspec.yaml b/pubspec.yaml index bf8f8cc..51f227f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: just_audio description: Flutter plugin to play audio from streams, files, assets and DASH/HLS streams. Works with audio_service to play audio in the background. -version: 0.2.0 +version: 0.2.1 homepage: https://github.com/ryanheise/just_audio environment: