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.
This commit is contained in:
Régis Behmo 2021-04-27 09:26:01 +02:00
parent 389dd96fdd
commit dfd3d179e9
2 changed files with 4 additions and 3 deletions

View File

@ -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)

View File

@ -1 +1 @@
__version__ = "11.2.7"
__version__ = "11.2.8"