diff --git a/CHANGELOG.md b/CHANGELOG.md index bb34b1d0..e0a9ab82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 6.2.0 +### Feature +* Add celery to allow for background tasks (d6f995c5137b01fc2366bbf1011ea56a0a6c17a7) + # 6.1.1 ### Fix * **api:** Add missing "download_path" param to verify_signed_components ([`f0cca6c`](https://github.com/projectcaluma/alexandria/commit/f0cca6c28754a34c2f094a59b10805bb1883c5fb)) diff --git a/pyproject.toml b/pyproject.toml index 849ec36e..05690d68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "caluma-alexandria" -version = "6.1.1" +version = "6.2.0" description = "Document management service" repository = "https://github.com/projectcaluma/alexandria" authors = ["Caluma "]