diff --git a/CHANGELOG.md b/CHANGELOG.md index 15115ea..a97ddab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [2.0.0](https://github.com/Eyevinn/is-drm-supported/compare/v1.4.1...v2.0.0) (2024-06-13) + + +* feat!: update playready key system checks ([0051866](https://github.com/Eyevinn/is-drm-supported/commit/0051866d57421d3ff52207918e519a9ba19b8e31)) + + +### BREAKING CHANGES + +* The original isPlayreadySupported has been renamed to +isPlayreadyLegacySupported. The new isPlayreadySupported +now checks com.microsoft.playready.recommendation. + +com.microsoft.playready is deprecated by Microsoft. + +https://learn.microsoft.com/en-us/playready/overview/key-system-strings + ## [1.4.1](https://github.com/Eyevinn/is-drm-supported/compare/v1.4.0...v1.4.1) (2023-02-28) diff --git a/package.json b/package.json index 57f4821..d50b43d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "Martin <901824+martinstark@users.noreply.github.com>" ], "name": "@eyevinn/is-drm-supported", - "version": "1.4.1", + "version": "2.0.0", "description": "HTML5 MSE DRM support detection library", "typings": "dist/typings/index.d.ts", "main": "dist/is-drm-supported.min.js",