diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9fc2713a0dcaa964314c7b43abf023bef9c09d77..dc09df1756f7ec617dd4ae74f3847d49c1bf3b2f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
 
 Note: Breaking changes between versions are indicated by "💥".
 
-## Unreleased
+## 3.8.0 (2019-11-22)
 
 - [Improvement] Add `k8s-deployments-nginx-volume-mounts` patch
 - [Bugfix] Fix running forum locally when both elasticsearch and mongodb are not activated (#266)
diff --git a/tutor/__about__.py b/tutor/__about__.py
index 035c71bf78c3824b83ee2d2911898c771845d5a0..32a781905a09e41053ba73cd90611502ae0a8f6d 100644
--- a/tutor/__about__.py
+++ b/tutor/__about__.py
@@ -1 +1 @@
-__version__ = "3.7.4"
+__version__ = "3.8.0"