diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d578bd..f647b80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,9 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased -- [Bugfix] Fix YamlParamType regex to support line terminators. +## v11.2.8 (2021-04-27) + +- [Bugfix] Fix parsing of YAML-formatted values in ``config save --set KEY=VALUE`` commands, in use for instance with Ecommerce. ## v11.2.7 (2021-04-23) diff --git a/tutor/__about__.py b/tutor/__about__.py index 5c52c66..2a91098 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "11.2.7" +__version__ = "11.2.8"