From c8acfff4d6583af924d2cf105bacbe3b7b234035 Mon Sep 17 00:00:00 2001 From: Jonas Metzener Date: Fri, 1 Sep 2023 14:56:56 +0200 Subject: [PATCH] chore(release): v2.2.1 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44db5b64..7e2cd076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v2.2.1 +### Fix +* **settings:** Fix wrong types of boolean settings ([`80e2564`](https://github.com/projectcaluma/alexandria/commit/80e2564ab10327f8e7339bea325c6b4cb2dffb8c)) + # v2.2.0 ### Feature * **category:** Add slug filters for category list ([`23f7d7e`](https://github.com/projectcaluma/alexandria/commit/23f7d7e0bed21953e003d2ec33a1348ff2050525)) diff --git a/pyproject.toml b/pyproject.toml index 87d8e01d..d87563dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "caluma-alexandria" -version = "2.2.0" +version = "2.2.1" description = "Document management service" repository = "https://github.com/projectcaluma/alexandria" authors = ["Caluma "]