diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c34b7393..3f4c5c83f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v9.3.3 (5 January 2024) +### Fix +* Only save updated fields in post_complete case logic ([`eeabb02`](https://github.com/projectcaluma/caluma/commit/eeabb02b2812e50b1f279cf04bd13518f5f9872d)) + # v9.3.2 (21 December 2023) ### Fix * New keycloak versions omit groups in claims if no groups are set ([`d88affa`](https://github.com/projectcaluma/caluma/commit/d88affaee5129164bc034a4897b8c40bb2e1cc10)) diff --git a/pyproject.toml b/pyproject.toml index 8d7e57ab9..15ac14fbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "caluma" -version = "9.3.2" +version = "9.3.3" description = "Caluma Service providing GraphQL API" homepage = "https://caluma.io" repository = "https://github.com/projectcaluma/caluma"