diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9eefbf5b0bc3ff87b9f9ca68d3b7305631dc6d1b..8041e9ae35fbe3722c9b7e438d1e5f42b89777dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## [0.7.5]
+
+- Add Jitsi and Mattermost metadata for use as custom apps.
+
 ## [0.7.4]
 
 - Make the sign-in UI less wide.
diff --git a/deployment/helmchart/CHANGELOG.md b/deployment/helmchart/CHANGELOG.md
index c6a7b57464f6bd18369061afdcbb2a5fa9c19dd4..c73ba42d4ee28c883020299f9950e716f49bc1d3 100644
--- a/deployment/helmchart/CHANGELOG.md
+++ b/deployment/helmchart/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## [1.7.5]
+
+* Update dashboard to version 0.7.5.
+
 ## [1.7.4]
 
 * Update dashboard to version 0.7.4.
diff --git a/deployment/helmchart/Chart.yaml b/deployment/helmchart/Chart.yaml
index f4e4914e8554e02258c7b1245a67fb38416aa6e2..0430196ffaab9f5c69ee256bc1191c10e4f2303c 100644
--- a/deployment/helmchart/Chart.yaml
+++ b/deployment/helmchart/Chart.yaml
@@ -1,7 +1,7 @@
 annotations:
   category: Dashboard
 apiVersion: v2
-appVersion: 0.7.4
+appVersion: 0.7.5
 dependencies:
   - name: common
     # https://artifacthub.io/packages/helm/bitnami/common
@@ -23,4 +23,4 @@ name: stackspin-dashboard
 sources:
   - https://open.greenhost.net/stackspin/dashboard/
   - https://open.greenhost.net/stackspin/dashboard-backend/
-version: 1.7.4
+version: 1.7.5
diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml
index 4835b864a89528d0a15d5f307eedd1d9ce53b244..c62f7c65e3646523ee67e8ea24743ed4ca8d2290 100644
--- a/deployment/helmchart/values.yaml
+++ b/deployment/helmchart/values.yaml
@@ -68,7 +68,7 @@ dashboard:
   image:
     registry: open.greenhost.net:4567
     repository: stackspin/dashboard/dashboard
-    tag: 0.7.4
+    tag: 0.7.5
     digest: ""
     ## Optionally specify an array of imagePullSecrets.
     ## Secrets must be manually created in the namespace.
@@ -236,7 +236,7 @@ backend:
   image:
     registry: open.greenhost.net:4567
     repository: stackspin/dashboard/dashboard-backend
-    tag: 0.7.4
+    tag: 0.7.5
     digest: ""
     ## Optionally specify an array of imagePullSecrets.
     ## Secrets must be manually created in the namespace.
@@ -723,7 +723,7 @@ tests:
   image:
     registry: open.greenhost.net:4567
     repository: stackspin/dashboard/cypress-test
-    tag: 0.7.4
+    tag: 0.7.5
     pullPolicy: IfNotPresent
   credentials:
     user: ""