diff --git a/.bumpversion.cfg b/.bumpversion.cfg index dd27cbb..94e6e2e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 8.1.0 +current_version = 8.2.0 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 7d4dd81..519c539 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -Unreleased +Version 8.2.0 (2025-01-03) ------------------------- * [Enhancement] Add support for Apache Guacamole 1.5.5; make it the new default version. diff --git a/README.md b/README.md index 2f78c93..9b65b15 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.1.0" + - "hastexo-xblock==8.2.0" ``` For additional information, please refer to the [official documentation](https://docs.tutor.overhang.io/configuration.html#installing-extra-xblocks-and-requirements).