From 440ad7e33b6a6fd34da14bfea1ad82cbf3ddf8c6 Mon Sep 17 00:00:00 2001 From: yelinz Date: Thu, 16 Nov 2023 15:44:10 +0100 Subject: [PATCH] chore: v2.7.0 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ecbc39c..ab4bbfc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 2.7.0 +### Feature +* **tags:** Add new filters, fix search ([`0962045`](https://github.com/projectcaluma/alexandria/commit/09620453e15ee04bf1eb97b41c689fde831d4a4d)) +* Add mark model ([#382](https://github.com/projectcaluma/alexandria/issues/382)) ([`a9da2fd`](https://github.com/projectcaluma/alexandria/commit/a9da2fdc36d97d3d7d23b5d870c14b1fab0a4d83)) + # v2.6.0 ### Feature * **file:** Write checksum of file in hook view ([`0011c81`](https://github.com/projectcaluma/alexandria/commit/0011c81afa499c29fccce7d79b8b3ec48c5bbf56)) diff --git a/pyproject.toml b/pyproject.toml index ab662403..b22ed799 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "caluma-alexandria" -version = "2.6.0" +version = "2.7.0" description = "Document management service" repository = "https://github.com/projectcaluma/alexandria" authors = ["Caluma "]