diff --git a/CHANGELOG.md b/CHANGELOG.md index 260bae0f18..5673bfaf61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v3.11.11 (2020-04-15) - [Bugfix] Make sure all emails (including "password reset") are properly saved to a local file in development mode (#315) - [Improvement] Add `openedx-development-settings` patch to patch the LMS and the CMS simultaneously in development diff --git a/tutor/__about__.py b/tutor/__about__.py index cecfee2d52..ca13aecc20 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.11.10" +__version__ = "3.11.11"