diff --git a/CHANGELOG.md b/CHANGELOG.md index e01ec5f..2546916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v11.0.6 (2021-01-05) - [Security] Apply security patch [25974](https://github.com/edx/edx-platform/pull/25974) diff --git a/tutor/__about__.py b/tutor/__about__.py index e91fe84..378690c 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "11.0.5" +__version__ = "11.0.6"