diff --git a/deployment/helmchart/CHANGELOG.md b/deployment/helmchart/CHANGELOG.md
index 72b6183c333a7fa50fbac5a798ee8b47d81f3a48..5a24ce3d4b53eeb40853634c17b9157dfdb41757 100644
--- a/deployment/helmchart/CHANGELOG.md
+++ b/deployment/helmchart/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## [1.2.0]
+
+### Features
+
+* Batch user creation by pasting CSV in the dashboard
+* When an admin's dashboard access is changed to "User", their app access now
+  defaults to "user"
+
 ## [1.1.0]
 
 ### Bug fixes
diff --git a/deployment/helmchart/Chart.yaml b/deployment/helmchart/Chart.yaml
index a0ba170b15a3eec697155252a508cc75d872dbfc..393b079fd0540552e9b4f30ccc9f2d059c1c1450 100644
--- a/deployment/helmchart/Chart.yaml
+++ b/deployment/helmchart/Chart.yaml
@@ -1,7 +1,7 @@
 annotations:
   category: Dashboard
 apiVersion: v2
-appVersion: 0.2.6
+appVersion: 0.2.8
 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.1.0
+version: 1.2.0
diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml
index 01c48fb9eade293417c5fa024368d143620a7ed8..35afd3be476b2b4428e846a5427765bc58a9c645 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-2-7
+    tag: 0-2-8
     ## Optionally specify an array of imagePullSecrets.
     ## Secrets must be manually created in the namespace.
     ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
@@ -235,7 +235,7 @@ backend:
   image:
     registry: open.greenhost.net:4567
     repository: stackspin/dashboard-backend/dashboard-backend
-    tag: 0-2-8
+    tag: 0-2-9
     ## Optionally specify an array of imagePullSecrets.
     ## Secrets must be manually created in the namespace.
     ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/