diff --git a/CHANGELOG.md b/CHANGELOG.md
index a0af20a23068168cb6455e14da2729012119b37d..34123c47d36fdab6f0c5a5a64e5c72509b3c7e4f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
 # Changelog
 
+## [0.7.0]
+
+- Improve the UX of the dashboard tiles: adding help texts in modals, add a
+  status dropdown with version info, add alerts before and after automatic
+  upgrades, show greeting, show tag when logged in as admin user.
+- Make sure we run the initialisation code in the backend only once per run,
+  both in development and production mode. Also, do not run the init code on
+  flask cli runs.
+- Remember the active tab in the authentication settings when saving.
+- No longer send emails to addresses that do not match an existing account.
+  This was fixed by upgrading Kratos; we're happy to see that the default
+  Kratos behaviour was changed in this regard.
+
 ## [0.6.7]
 
 Only changes to the helm chart.
diff --git a/deployment/helmchart/CHANGELOG.md b/deployment/helmchart/CHANGELOG.md
index 53d13c75c503e706564ffb6d0c0a444750bf8d92..adb2ff7c2a0ecaa6e8bd47fdbb23eafcd091d95c 100644
--- a/deployment/helmchart/CHANGELOG.md
+++ b/deployment/helmchart/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## [1.7.0]
+
+* Update dashboard to version 0.7.0.
+
 ## [1.6.7]
 
 * Increase a cypress timeout to avoid frequent false negatives when testing.
diff --git a/deployment/helmchart/Chart.yaml b/deployment/helmchart/Chart.yaml
index 20028bd4f1168d817ef6829181d62551776a6a2b..5aa049783d07c881cdca5257687ac365bbe0aafb 100644
--- a/deployment/helmchart/Chart.yaml
+++ b/deployment/helmchart/Chart.yaml
@@ -1,7 +1,7 @@
 annotations:
   category: Dashboard
 apiVersion: v2
-appVersion: 0.6.7
+appVersion: 0.7.0
 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.6.7
+version: 1.7.0
diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml
index bb41d90d8f2e2d2b7553b78139fab0fb4501f453..db1fc4433f2d7bf2452918f752c691042ab8f435 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.6.7
+    tag: 0.7.0
     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.6.7
+    tag: 0.7.0
     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.6.7
+    tag: 0.7.0
     pullPolicy: IfNotPresent
   credentials:
     user: ""