diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 88ecf0a..298515f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 8.0.0 +current_version = 8.0.1 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(rc(?P\d+))? serialize = {major}.{minor}.{patch}rc{rc} diff --git a/Changelog.md b/Changelog.md index ef95dec..cd94688 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -Unreleased +Version 8.0.1 (2024-11-13) ------------------------- * [Bug fix] Add more authentication checks when accessing a fullscreen lab directly from an URL. Return a 401 when user is not authenticated diff --git a/README.md b/README.md index 3228f81..1be49b4 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ two steps: `OPENEDX_EXTRA_PIP_REQUIREMENTS` list in `config.yml`: ``` OPENEDX_EXTRA_PIP_REQUIREMENTS: - - "hastexo-xblock==8.0.0" + - "hastexo-xblock==8.0.1" ``` For additional information, please refer to the [official documentation](https://docs.tutor.overhang.io/configuration.html#installing-extra-xblocks-and-requirements).