diff --git a/CHANGELOG.md b/CHANGELOG.md index fe0c61ee..ee78dbf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### v3.6.5 + +- Migrate color formatting to colorette (thanks @jorgebucaran) +- Fix: issue with IE detection +- Fix: missing styles for embeds +- Fix: regression regarding poster image +- Add all required props to vimeo iframe allow attribute - fixes #2151 (thanks @didrip) + ### v3.6.4 - Remove unnecessary calc from media query (thanks @naomiaz) diff --git a/package.json b/package.json index 96a8049c..ad17e8d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plyr", - "version": "3.6.4", + "version": "3.6.5", "description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player", "homepage": "https://plyr.io", "author": "Sam Potts ",