diff --git a/just_audio/CHANGELOG.md b/just_audio/CHANGELOG.md index a1456fa0..c66be7c5 100644 --- a/just_audio/CHANGELOG.md +++ b/just_audio/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.6.11 + +* Update example to indicate buffer position. +* Document pre-release and experimental features in README. + ## 0.6.10 * Fix range error in SequenceState (@smkhalsa). diff --git a/just_audio/example/pubspec.lock b/just_audio/example/pubspec.lock index 083c9dbf..c6690659 100644 --- a/just_audio/example/pubspec.lock +++ b/just_audio/example/pubspec.lock @@ -221,7 +221,7 @@ packages: path: ".." relative: true source: path - version: "0.6.10" + version: "0.6.11" just_audio_platform_interface: dependency: transitive description: diff --git a/just_audio/pubspec.yaml b/just_audio/pubspec.yaml index 24f126dc..2de5e27f 100644 --- a/just_audio/pubspec.yaml +++ b/just_audio/pubspec.yaml @@ -1,6 +1,6 @@ name: just_audio description: Audio player for files, assets, URLs and DASH/HLS streams supporting gapless looping, shuffling, concatenating, clipping. Works with audio_service to play audio in the background. -version: 0.6.10 +version: 0.6.11 homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio environment: