v10.4.0 (2020-10-30)

- [Improvement] Mount config and setting files in read-only mode
- 💥[Improvement] Enable unit completion tracking by default.
- [Bugfix] Run `apt update` before `apt install` when installing deps in
the openedx Dockerfile
This commit is contained in:
Régis Behmo 2020-10-30 18:18:59 +01:00
parent d978401155
commit 58ec1b9d79
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
## v10.4.0 (2020-10-30)
- [Improvement] Mount config and setting files in read-only mode
- 💥[Improvement] Enable unit completion tracking by default.
- [Bugfix] Run `apt update` before `apt install` when installing deps in the openedx Dockerfile

View File

@ -1 +1 @@
__version__ = "10.3.1"
__version__ = "10.4.0"