diff --git a/CHANGELOG.md b/CHANGELOG.md index dc9937b6..7c1470ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 7.1.0 (21 August 2024) +### Feature + +* **template:** add new template model properties ([`1624693`](https://github.com/adfinis/document-merge-service/commit/16246933a821584ad5d88c65489a9849d8d4904b)) + +### Fix + +* **template:** Only delete file if it exists ([`eef256a`](https://github.com/adfinis/document-merge-service/commit/eef255add8a5fff5705ba9ce063acc7b09beef03)) +* **template:** Raise the maximum number of fields for the data upload ([`bbbb82b`](https://github.com/adfinis/document-merge-service/commit/bbbb82ba805a2741ddf9364c697713e31b644ce2)) + ## 7.0.2 (9 August 2024) ### Fix diff --git a/pyproject.toml b/pyproject.toml index f83871fb..57a4e3b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "document-merge-service" -version = "7.0.2" +version = "7.1.0" description = "Merge Document Template Service" license = "GPL-3.0-or-later" authors = ["Adfinis AG "]