diff --git a/CHANGELOG.md b/CHANGELOG.md index a7aa652..24640b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,11 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v11.2.0 (2021-02-10) + - [Bugfix] Upgrade all services to open-release/koa.2 -## v11.1.5 (2021-02-009) +## v11.1.5 (2021-02-09) - [Security] Apply security patch [26432](https://github.com/edx/edx-platform/pull/26432). - [Bugfix] Print warnings to stderr diff --git a/tutor/__about__.py b/tutor/__about__.py index 2debc03..10db32a 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "11.1.5" +__version__ = "11.2.0"