diff --git a/CHANGELOG.md b/CHANGELOG.md
index ccde6ec7..69bdce78 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
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-providers/compare/v1.1.1...v1.2.0) (2017-08-31)
+
+
+### Bug Fixes
+
+* **drm:** enums and certificate ([#23](https://github.com/kaltura/playkit-js-providers/issues/23)) ([083cbfa](https://github.com/kaltura/playkit-js-providers/commit/083cbfa))
+
+
+### Features
+
+* **ovp-provider:** expose dvr status ([#25](https://github.com/kaltura/playkit-js-providers/issues/25)) ([dbc7769](https://github.com/kaltura/playkit-js-providers/commit/dbc7769))
+
+
+
## [1.1.1](https://github.com/kaltura/playkit-js-providers/compare/v1.1.0...v1.1.1) (2017-08-23)
diff --git a/package.json b/package.json
index b9c1308c..2ad8b2cb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "playkit-js-providers",
- "version": "1.1.1",
+ "version": "1.2.0",
"description": "",
"scripts": {
"clean": "rm -rf ./dist",