diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7918cfb5..ca105d92 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.
+
+# [0.16.0](https://github.com/kaltura/playkit-js-ima/compare/v0.15.0...v0.16.0) (2019-07-19)
+
+
+### Features
+
+* **FEC-9227:** support reInit of MSE ([#123](https://github.com/kaltura/playkit-js-ima/issues/123)) ([6bc324f](https://github.com/kaltura/playkit-js-ima/commit/6bc324f))
+
+
+
# [0.15.0](https://github.com/kaltura/playkit-js-ima/compare/v0.14.0...v0.15.0) (2019-07-19)
diff --git a/package.json b/package.json
index f9f37f31..b161f7bc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@playkit-js/playkit-js-ima",
- "version": "0.15.0",
+ "version": "0.16.0",
"main": "dist/playkit-ima.js",
"scripts": {
"clean": "rm -rf ./dist",