diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2141a0dd5..8a1fcdb37 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,9 @@
* **settings/media-repurposing:** in notification templates use
instead of line breaks KMCNG-2661 ([1d72d43](https://github.com/kaltura/kmc-ng/commit/1d72d43))
+### Features
+
+* **content/entry:** update the "Captions" tab for KMC Live entries - KMCNG-2660
diff --git a/deploy/config.ini b/deploy/config.ini
index afa3b11a3..6a73e33f7 100644
--- a/deploy/config.ini
+++ b/deploy/config.ini
@@ -1,6 +1,6 @@
[general]
component.name=KMCngV2
-component.version=v7.21.4
+component.version=v7.22.0
[player]
swfPath=/flash/kdp3/
diff --git a/deploy_v7/config.ini b/deploy_v7/config.ini
index 622b51f85..70382714d 100644
--- a/deploy_v7/config.ini
+++ b/deploy_v7/config.ini
@@ -1,6 +1,6 @@
[general]
component.name=KMCngV7
-component.version=v7.21.4
+component.version=v7.22.0
[player]
objectType = 1
diff --git a/package.json b/package.json
index bf3a50303..19d4be498 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "kmc-ng",
- "version": "7.21.4",
+ "version": "7.22.0",
"license": "AGPL-3.0",
"private": true,
"repository": {
diff --git a/src/configuration/global-config.ts b/src/configuration/global-config.ts
index 01ad3635e..33fb5b8b3 100644
--- a/src/configuration/global-config.ts
+++ b/src/configuration/global-config.ts
@@ -29,7 +29,7 @@ export interface GlobalConfig {
export const globalConfig: GlobalConfig = {
client: {
production: environment.production,
- appVersion: '7.21.4',
+ appVersion: '7.22.0',
useSecuredProtocol: environment.client.useSecuredProtocol,
countriesList: countryCodes,
views: {
diff --git a/src/kmc-app/components/changelog/changelog-content/changelog-content.component.html b/src/kmc-app/components/changelog/changelog-content/changelog-content.component.html
index 082cd17ea..aac3fb63d 100644
--- a/src/kmc-app/components/changelog/changelog-content/changelog-content.component.html
+++ b/src/kmc-app/components/changelog/changelog-content/changelog-content.component.html
@@ -1,3 +1,18 @@
+