diff --git a/CHANGELOG.md b/CHANGELOG.md index 7424db112..bd48ab329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - Added support for UTF-8 symbols in references. ([@stanislaw](https://github.com/doorstop-dev/doorstop/pull/485)) - Added custom attributes to published documents. ([@chrta](https://github.com/doorstop-dev/doorstop/pull/476)) +- Fixed handling of special characters when reordering items. ([@asimon-1](https://github.com/doorstop-dev/doorstop/pull/521)) # 2.1.4 (2021-01-15) diff --git a/pyproject.toml b/pyproject.toml index d5e26da96..fdeb32144 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "doorstop" -version = "2.2b4" +version = "2.2b5" description = "Requirements management using version control." license = "LGPLv3"