diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1202957..85fae7a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+# [1.2.0](https://github.com/kaltura/playkit-js-hls/compare/v1.0.2...v1.2.0) (2017-10-02)
+
+
+### Features
+
+* caption refactor ([#27](https://github.com/kaltura/playkit-js-hls/issues/27)) ([0ee45ea](https://github.com/kaltura/playkit-js-hls/commit/0ee45ea))
+
+
# [1.1.0](https://github.com/kaltura/playkit-js-hls/compare/v1.0.2...v1.1.0) (2017-08-31)
diff --git a/package.json b/package.json
index 54b107c0..9fb9c48f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "playkit-js-hls",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "",
"main": "dist/playkit-hls.js",
"scripts": {