diff --git a/CHANGELOG.md b/CHANGELOG.md index 22c8b75..98ea5d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v11.2.10 (2021-05-17) + - [Security] Apply Django security patches by upgrading from 2.2.20 to 2.2.23. - [Bugfix] Fix video unit completion (see [pull request](https://github.com/edx/edx-platform/pull/27230)). diff --git a/tutor/__about__.py b/tutor/__about__.py index 66208d6..d406315 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "11.2.9" +__version__ = "11.2.10"