diff --git a/CHANGELOG.md b/CHANGELOG.md index 5992656..50984c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.2.0 + +* Support dynamic duration +* Support seeking to end of live streams +* Support request headers +* V2 implementation +* Report setUrl errors on iOS +* setUrl throws exception if interrupted +* Return null when duration is unknown + ## 0.1.10 * Option to set audio session category on iOS. diff --git a/pubspec.yaml b/pubspec.yaml index 16cebe8..bf8f8cc 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.1.10 +version: 0.2.0 homepage: https://github.com/ryanheise/just_audio environment: