diff --git a/CHANGELOG.md b/CHANGELOG.md index 0709cb2..7262215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v11.2.4 (2021-03-17) + - [Bugfix] Fix "Invalid Request" error during SAML authentication (thanks @Ant1x!). - [Feature] Add `make pull-base-images` command to update base images. - [Improvement] Annotate types all over the Tutor code base. diff --git a/tutor/__about__.py b/tutor/__about__.py index b46cd04..766b04b 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "11.2.3" +__version__ = "11.2.4"