diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b444c9cab..e5437c8d91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v11.1.4 (2021-02-04) + - [Security] Apply security patch [26358](https://github.com/edx/edx-platform/pull/26358). ## v11.1.3 (2021-01-31) diff --git a/tutor/__about__.py b/tutor/__about__.py index d84ce34789..bece77e28a 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "11.1.3" +__version__ = "11.1.4"