diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e872b9349..9cef9f9a80 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+
+# [5.14.0](https://github.com/kaltura/kmc-ng/compare/v5.13.1...v5.14.0) (2019-08-25)
+
+
+### Bug Fixes
+
+* **content/entry:** In scheduling tab: display entry end date even if entry start date is not specified ([45985ea](https://github.com/kaltura/kmc-ng/commit/45985ea))
+* **entries/filters:** fix refine filter custom scheduling date picker behavior ([d231b8e](https://github.com/kaltura/kmc-ng/commit/d231b8e))
+
+
+### Features
+
+* **analytics:** Add multi-account analytics ([#860](https://github.com/kaltura/kmc-ng/issues/860)) ([5def1a0](https://github.com/kaltura/kmc-ng/commit/5def1a0))
+
+
+
## [5.13.1](https://github.com/kaltura/kmc-ng/compare/v5.13.0...v5.13.1) (2019-08-01)
diff --git a/deploy/config.ini b/deploy/config.ini
index 76d1f63b13..8be20e5805 100644
--- a/deploy/config.ini
+++ b/deploy/config.ini
@@ -1,6 +1,6 @@
[general]
component.name=KMCng
-component.version=v5.13.1
+component.version=v5.14.0
[player]
swfPath=/flash/kdp3/
diff --git a/package-lock.json b/package-lock.json
index 24cd87235b..156feb487b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "kmc-ng",
- "version": "5.13.1",
+ "version": "5.14.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 1c2a92b418..140ae4d9ea 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "kmc-ng",
- "version": "5.13.1",
+ "version": "5.14.0",
"license": "AGPL-3.0",
"private": true,
"repository": {
diff --git a/src/configuration/global-config.ts b/src/configuration/global-config.ts
index 7ea8efa40f..58b224e7ce 100644
--- a/src/configuration/global-config.ts
+++ b/src/configuration/global-config.ts
@@ -26,7 +26,7 @@ export interface GlobalConfig {
export const globalConfig: GlobalConfig = {
client: {
production: environment.production,
- appVersion: '5.13.1',
+ appVersion: '5.14.0',
useSecuredProtocol: environment.client.useSecuredProtocol,
countriesList: countryCodes,
views: {