diff --git a/CHANGELOG.md b/CHANGELOG.md index 62ea30f360..552d10de04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v11.0.1 (2020-12-10) + - [Security] Apply security patch [25834](https://github.com/edx/edx-platform/pull/25834) - [Bugfix] Fix Android apk directory mount path diff --git a/tutor/__about__.py b/tutor/__about__.py index 5b461163ea..b5d098016d 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "11.0.0" +__version__ = "11.0.1"