diff --git a/CHANGELOG.md b/CHANGELOG.md
index b30a66a09918c0a48d1a86a12ea46e6e90a84025..f0d04304b58bbc5d574909420ebbc46cd92d2c63 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## [0.10.2]
+
+- Fine-tune logging levels, and introduce a new environment variable
+  `LOG_LEVEL` to set the log level at runtime.
+- Track when a user's full name has been changed, and only include the name in
+  the SCIM provisioning call when it has changed, or for newly provisioned
+  users.
+
 ## [0.10.1]
 
 - Watch dashboard configmaps with lists of apps and oauthclients, and
diff --git a/deployment/helmchart/CHANGELOG.md b/deployment/helmchart/CHANGELOG.md
index 44078ab7394397c94c01d42b674b069ad79eefe9..5d1fc92732f1802db364fccb2a207ffd337bfa7c 100644
--- a/deployment/helmchart/CHANGELOG.md
+++ b/deployment/helmchart/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## [1.10.2]
+
+* Update dashboard to version 0.10.2.
+
 ## [1.10.1]
 
 * Do not add explicit app roles for Stackspin core apps when creating the first
diff --git a/deployment/helmchart/Chart.yaml b/deployment/helmchart/Chart.yaml
index be2d73fba1c662a39bcf6013a6a1bf421783fef0..943b0056b0b86d52d7652ce68830e896a6926499 100644
--- a/deployment/helmchart/Chart.yaml
+++ b/deployment/helmchart/Chart.yaml
@@ -1,7 +1,7 @@
 annotations:
   category: Dashboard
 apiVersion: v2
-appVersion: 0.10.1
+appVersion: 0.10.2
 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.10.1
+version: 1.10.2
diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml
index b63a757d974ed30e943b8909bf1abf0f69c50fda..f9e39220530de82405a9b836187d462156be4294 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.10.1
+    tag: 0.10.2
     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.10.1
+    tag: 0.10.2
     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.10.1
+    tag: 0.10.2
     pullPolicy: IfNotPresent
   credentials:
     user: ""