diff --git a/CHANGELOG.md b/CHANGELOG.md index af429fd9..150ff9e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog + +## 7.0.1 (19 July 2024) +### Fix + +* Ssec download ([`d6e043d`](https://github.com/adfinis/document-merge-service/commit/d6e043d93203c0edcbae7962b1008717dcae9f08)) + ## 7.0.0 (17 July 2024) ### Feature diff --git a/pyproject.toml b/pyproject.toml index bde5d516..69f61b17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "document-merge-service" -version = "7.0.0" +version = "7.0.1" description = "Merge Document Template Service" license = "GPL-3.0-or-later" authors = ["Adfinis AG "]