Skip to content

Commit

Permalink
chore(release): v6.4.4
Browse files Browse the repository at this point in the history
* **settings:** Add s3 ssl settings ([#698](#698)) ([`c92b381`](c92b381))
  • Loading branch information
Yelinz committed Jan 24, 2024
1 parent c92b381 commit 7d61a50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 6.4.4 (24 January 2024)
### Fix
* **settings:** Add s3 ssl settings ([#698](https://github.com/adfinis/document-merge-service/issues/698)) ([`c92b381`](https://github.com/adfinis/document-merge-service/commit/c92b381ce6ebc45c0b96eba828b471f2bd28a169))


## 6.4.3 (23 October 2023)
### Fix
* **convert:** Handle file names with multiple dots ([`3ae90f1`](https://github.com/adfinis/document-merge-service/commit/3ae90f1d3e8e2bfce86528be2af142975b6f1a58))
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "document-merge-service"
version = "6.4.3"
version = "6.4.4"
description = "Merge Document Template Service"
license = "GPL-3.0-or-later"
authors = ["Adfinis AG <[email protected]>"]
Expand Down Expand Up @@ -130,4 +130,4 @@ show_missing = true

[tool.semantic_release]
version_source = "tag"
version_toml = "pyproject.toml:tool.poetry.version"
version_toml = ["pyproject.toml:tool.poetry.version"]

0 comments on commit 7d61a50

Please sign in to comment.