diff --git a/CHANGELOG.md b/CHANGELOG.md index e6109ee..0407e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v3.11.10 (2020-04-14) -- [Bugfix] Fix updates to the course structure in the LMS (#315) +- [Bugfix] Fix updates to the course structure in the LMS (#302) ## v3.11.9 (2020-04-07) diff --git a/tutor/__about__.py b/tutor/__about__.py index eebce29..cecfee2 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.11.9" +__version__ = "3.11.10"