diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5cfe8e69f..8e70bc67c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,4 +3,5 @@ ## Checklist (for PR submitter and reviewers) + - [ ] `CHANGELOG` entry diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c3567e0c..af56fcb06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [Unreleased] + +### Added +- Missing changelog entries of `3.65.0` and `3.66.0` release versions + +## [3.66.0] - 2024-07-01 + +### Changed +- Playground demo page to include checkbox to enable/disbale ads +- Store basic configuration of playground demo page in localStorage + +## [3.65.0] - 2024-06-24 + +### Added +- Eco Mode toggle button + ## [3.64.0] - 2024-05-28 ### Added @@ -960,7 +976,7 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary ## 1.0.0 (2017-02-03) - First release -[3.66.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.64.0...v3.66.0 +[3.66.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.65.0...v3.66.0 [3.65.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.64.0...v3.65.0 [3.64.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.63.0...v3.64.0 [3.63.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.62.0...v3.63.0