diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f75583..5a32b37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v12.0.4 (2021-08-12) + - [Security] Apply security patch [28442](https://github.com/edx/edx-platform/pull/28442). ## v12.0.3 (2021-08-10) diff --git a/tutor/__about__.py b/tutor/__about__.py index 4e2dc08..bc5813e 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "12.0.3" +__version__ = "12.0.4"