diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a8e6f4590..867a053181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.6.10](https://github.com/shaka-project/shaka-player/compare/v4.6.9...v4.6.10) (2024-01-18) + + +### Bug Fixes + +* Include text bandwidth in stats ([#6109](https://github.com/shaka-project/shaka-player/issues/6109)) ([34d75b1](https://github.com/shaka-project/shaka-player/commit/34d75b137c2ccd8fbff4acc1eb44766cbbefab2d)) +* Reject Opus encrypted on Firefox Android ([#6115](https://github.com/shaka-project/shaka-player/issues/6115)) ([02689f8](https://github.com/shaka-project/shaka-player/commit/02689f8a85b2150a282bd8cce5d420e255df2320)) +* **UI:** Disable PiP on casting ([#6110](https://github.com/shaka-project/shaka-player/issues/6110)) ([3167736](https://github.com/shaka-project/shaka-player/commit/3167736e61657b1560a82bed2d7ca4a43da7e30d)) + ## [4.6.9](https://github.com/shaka-project/shaka-player/compare/v4.6.8...v4.6.9) (2024-01-16) diff --git a/lib/player.js b/lib/player.js index c6c8e54845..4e7240d274 100644 --- a/lib/player.js +++ b/lib/player.js @@ -6817,7 +6817,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat -shaka.Player.version = 'v4.6.9' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.6.10' + '-uncompiled'; // x-release-please-version // Initialize the deprecation system using the version string we just set // on the player. diff --git a/package-lock.json b/package-lock.json index 862ece0abe..52af961569 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.6.9", + "version": "4.6.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.6.9", + "version": "4.6.10", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.1" diff --git a/package.json b/package.json index dfd2fbbb11..7e80cae403 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.6.9", + "version": "4.6.10", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [