diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ada239b..8ecbc39c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v2.6.0 +### Feature +* **file:** Write checksum of file in hook view ([`0011c81`](https://github.com/projectcaluma/alexandria/commit/0011c81afa499c29fccce7d79b8b3ec48c5bbf56)) + # v2.5.1 ### Fix * **thumbs**: set content-type ([`bb77127`](https://github.com/projectcaluma/alexandria/commit/bb771277c0e72543a54100062be92d46e23448e9)) diff --git a/pyproject.toml b/pyproject.toml index 87af8725..ab662403 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "caluma-alexandria" -version = "2.5.1" +version = "2.6.0" description = "Document management service" repository = "https://github.com/projectcaluma/alexandria" authors = ["Caluma "]