diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f3a15144..09f77065e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,12 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v11.3.1 (2021-06-08) + - [Improvement] Avoid permission issues in Kubernetes/Openshift for users who do not have the rights to edit their namespace. - [Improvement] Better Kubernetes object creation. -## v11.3.0 (2021-05-18) +## v11.3.0 (2021-06-06) - 💥[Security] Disable python-evaluated input by default as we don't run codejail. - [Bugfix] Fix missing discussion notifications. diff --git a/tutor/__about__.py b/tutor/__about__.py index 80314c5f3c..62077c2499 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "11.3.0" +__version__ = "11.3.1"