diff --git a/CHANGELOG.md b/CHANGELOG.md index 494be87..b62d0a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,18 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v12.0.3 (2021-08-10) + - [Improvement] Upgrade all services to open-release/lilac.2. - [Bugfix] Fix "`sh` is not a recognized command" in some plugins, including minio. +- [Improvement] Set the default contact mailing email address +- [Bugfix] Fix minio initialisation in Kubernetes. ## v12.0.2 (2021-07-06) - [Bugfix] Fix "Invalid command argument" during upgrade from Koa to Lilac. - [Bugfix] Fix mysql initialisation in docker-compose==2.0.0beta4. - [Improvement] Tutor is now published on pypi as "tutor". -- [Improvement] Set the default contact mailing email address ## v12.0.1 (2021-06-22) @@ -750,4 +753,4 @@ Note: Breaking changes between versions are indicated by "💥". - 2018-08-27 [Improvement] Add development requirements to openedx image. - 2018-08-27 [Bugfix] Upgrade mongodb. - 2018-08-19 [Improvement] Make Xqueue an optional feature. -- 2018-08-16 [Feature] Add HTTPS support. \ No newline at end of file +- 2018-08-16 [Feature] Add HTTPS support. diff --git a/tutor/__about__.py b/tutor/__about__.py index 1470858..4e2dc08 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "12.0.2" +__version__ = "12.0.3"