diff --git a/CHANGELOG.md b/CHANGELOG.md index bc60346..1d87d20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.0 + +* Separate buffering state from PlaybackState. +* More permissive state transitions. +* Support playing local files on iOS. + ## 0.0.6 * Bug fixes. diff --git a/pubspec.yaml b/pubspec.yaml index 03123e6..35cf7b7 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.0.6 +version: 0.1.0 homepage: https://github.com/ryanheise/just_audio environment: