diff --git a/CHANGELOG.md b/CHANGELOG.md index afa3503159..1f7be8d359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,13 @@ CHANGELOG ========= ## HEAD (Unreleased) -* Changes from 5.11.7 on the 5.12 branch +_(none)_ -------------------- +## 5.12.2 (2016-09-28) +* Changes from 5.11.7 on the 5.12 branch + ## 5.12.1 (2016-08-25) * Changes from 5.11.6 on the 5.12 branch diff --git a/component.json b/component.json index 90c5696e84..676402dc25 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "video.js", "description": "An HTML5 and Flash video player with a common API and skin for both.", - "version": "5.12.1", + "version": "5.12.2", "keywords": [ "videojs", "html5", diff --git a/package.json b/package.json index 36d68b4859..aa937cd720 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "video.js", "description": "An HTML5 and Flash video player with a common API and skin for both.", - "version": "5.12.1", + "version": "5.12.2", "main": "./es5/video.js", "style": "./dist/video-js.css", "copyright": "Copyright Brightcove, Inc. ",