diff --git a/CHANGELOG.md b/CHANGELOG.md index 27903df3a..aa2dda947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.8.5] +* ⬆️ [#703](https://github.com/fluttercommunity/chewie/pull/703): Adding Seek buttons for Android. Thanks [GyanendroKh](https://github.com/GyanendroKh). +* Upgraded `wakelock_plus` to version `1.2.8`, which uses `web` version `1.0.0`. Thanks [diegotori](https://github.com/diegotori). + ## [1.8.4] * 🛠️ [#838](https://github.com/fluttercommunity/chewie/pull/838): Add bufferingBuilder. Thanks [daniellampl](https://github.com/daniellampl). diff --git a/pubspec.yaml b/pubspec.yaml index 7fb8a6399..f39e584ef 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: chewie description: A video player for Flutter with Cupertino and Material play controls -version: 1.8.4 +version: 1.8.5 homepage: https://github.com/fluttercommunity/chewie environment: @@ -13,7 +13,7 @@ dependencies: sdk: flutter provider: ^6.1.2 video_player: ^2.9.1 - wakelock_plus: ^1.2.5 + wakelock_plus: ^1.2.8 dev_dependencies: flutter_test: