diff --git a/CHANGELOG.md b/CHANGELOG.md index fba59d7..7b24654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v3.12.0 (2020-04-26) - 💥[Improvement] Do not deploy an ingress or SSL/TLS certificate issuer ressource by default in Kubernetes - [Improvement] Fix tls certificate generation in k8s -- [Improvement] Radically change the way jobs are run: we no longer "exec", but instead run a dedicated container. -- [Improvement] Upgrade k8s certificate issuer to cert-manager.io/v1alpha2 +- 💥[Improvement] Radically change the way jobs are run: we no longer "exec", but instead run a dedicated container. +- 💥[Improvement] Upgrade k8s certificate issuer to cert-manager.io/v1alpha2 - [Feature] Add SCORM XBlock to default openedx docker image ## v3.11.12 (2020-04-16) diff --git a/tutor/__about__.py b/tutor/__about__.py index 2a4efbf..d1a7f1e 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.11.12" +__version__ = "3.12.0"