diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a8fb60f..49a4c6b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,13 @@ CHANGELOG ========= ## HEAD (Unreleased) -* autoplay at the live point. fix live id3 cue insertion. ([view](https://github.com/videojs/videojs-contrib-hls/pull/353)) +_(none)_ -------------------- +## 0.17.6 (2015-07-29) +* autoplay at the live point. fix live id3 cue insertion. ([view](https://github.com/videojs/videojs-contrib-hls/pull/353)) + ## 0.17.5 (2015-07-14) * do not assume media sequence starts at zero ([view](https://github.com/videojs/videojs-contrib-hls/pull/346)) * fix error with audio- or video-only streams ([view](https://github.com/videojs/videojs-contrib-hls/pull/348)) diff --git a/package.json b/package.json index 910ffcb71..c51f8ee02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "videojs-contrib-hls", - "version": "0.17.5", + "version": "0.17.6", "engines": { "node": ">= 0.10.12" },