diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6df62dd6..03da4aff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.8.0](https://github.com/kaltura/playkit-js-dash/compare/v1.7.0...v1.8.0) (2018-11-07)
+
+
+### Features
+
+* **FEC-8553:** add ability to force redirect kaltura playManifest urls ([#64](https://github.com/kaltura/playkit-js-dash/issues/64)) ([5d9cc5c](https://github.com/kaltura/playkit-js-dash/commit/5d9cc5c))
+
+
+
# [1.7.0](https://github.com/kaltura/playkit-js-dash/compare/v1.6.3...v1.7.0) (2018-11-05)
diff --git a/package.json b/package.json
index e984f663..fdce691e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@playkit-js/playkit-js-dash",
- "version": "1.7.0",
+ "version": "1.8.0",
"description": "",
"main": "dist/playkit-dash.js",
"scripts": {