diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c40ffa6..b9acdaa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.0 + +- BREAKING CHANGE: VideoPlayerView() is now BccmPlayerView() and now takes a BccmPlayerViewConfig instead. This is for consistency and to avoid confusion. +- Feature: BccmPlayerViewController, which you can use to enter and exit fullscreen programatically. +- Feature: Custom controls builder + ## 0.2.4 - Improved code comments diff --git a/pubspec.yaml b/pubspec.yaml index 3db5a923..9615d479 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: bccm_player description: ExoPlayer/AVPlayer via platform views, with cast, PiP, background audio, audio selection, etc. -version: 0.2.4 +version: 1.0.0 documentation: https://bcc-code.github.io/bccm-player/ repository: https://github.com/bcc-code/bccm_player