diff --git a/CHANGELOG.md b/CHANGELOG.md index e37fc8a..272b566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v11.0.7 (2021-01-11) + - [Security] Apply security patch [26029](https://github.com/edx/edx-platform/pull/26029) ## v11.0.6 (2021-01-05) diff --git a/tutor/__about__.py b/tutor/__about__.py index 378690c..5e49b53 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "11.0.6" +__version__ = "11.0.7"