diff --git a/CHANGELOG.md b/CHANGELOG.md index b049f2fb48..ff9eea9847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v13.1.11 (2022-04-12) + - [Security] Apply SAML security fix. - [Improvement] In addition to the Docker build arguments `EDX_PLATFORM_REPOSITORY` and `NPM_REGISTRY`, also support two corresponding and identically-named `config.yml` values serving the same purpose. diff --git a/tutor/__about__.py b/tutor/__about__.py index 6940d4fb1e..5b878fc712 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -2,7 +2,7 @@ # Increment this version number to trigger a new release. See # docs/tutor.html#versioning for information on the versioning scheme. -__version__ = "13.1.10" +__version__ = "13.1.11" # The version suffix will be appended to the actual version, separated by a # dash. Use this suffix to differentiate between the actual released version and