From a9907d7eb3d676200981258777302cdf86f4bb04 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9gis=20Behmo?= <regis@behmo.com>
Date: Tue, 23 Jun 2020 19:27:14 +0200
Subject: [PATCH] v10.0.8 (2020-06-23)

- [Bugfix] Fix android user creation during init
- [Bugfix] Fix undefined settings in k8s scripts, such as `createuser`
---
 CHANGELOG.md       | 2 +-
 tutor/__about__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e169d20..66bcf69 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
 
 Note: Breaking changes between versions are indicated by "💥".
 
-## Unreleased
+## v10.0.8 (2020-06-23)
 
 - [Bugfix] Fix android user creation during init
 - [Bugfix] Fix undefined settings in k8s scripts, such as `createuser`
diff --git a/tutor/__about__.py b/tutor/__about__.py
index ba88e99..10af9ce 100644
--- a/tutor/__about__.py
+++ b/tutor/__about__.py
@@ -1 +1 @@
-__version__ = "10.0.7"
+__version__ = "10.0.8"