diff --git a/CHANGELOG.md b/CHANGELOG.md index 414ad26..9f72dc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v11.0.2 (2020-12-12) + - [Bugfix] Fix missing celery tasks from edx-platform (see [upstream PR](https://github.com/edx/edx-platform/pull/25840)) ## v11.0.1 (2020-12-10) diff --git a/tutor/__about__.py b/tutor/__about__.py index b5d0980..4123898 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "11.0.1" +__version__ = "11.0.2"