diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fc2713..dc09df1 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 035c71b..32a7819 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.7.4" +__version__ = "3.8.0"