From 63d4565694e23ec9f4256a6428468f6355c8c58d Mon Sep 17 00:00:00 2001 From: Fabio Ambauen Date: Thu, 8 Feb 2024 09:27:14 +0100 Subject: [PATCH] chore: prepare release v10.1.0 --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36edf8c58..3450b666e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v10.1.0 (8 February 2024) + +### Feature +* **settings:** Add setting to limit query depth ([`dde9c9a`](https://github.com/projectcaluma/caluma/commit/dde9c9a22306edd717e40bde7603d75178887fb9)) + +### Fix + +* Defer calculation of calc answers until after creating a new doc ([`8111843`](https://github.com/projectcaluma/caluma/commit/81118437498ec902d62fe2611232c2b1d29fb10e)) + + # v10.0.0 (31 Jan 2024) ## Breaking diff --git a/pyproject.toml b/pyproject.toml index a5cfb8807..e09a78ab1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "caluma" -version = "10.0.0" +version = "10.1.0" description = "Caluma Service providing GraphQL API" homepage = "https://caluma.io" repository = "https://github.com/projectcaluma/caluma"