From fd49e74690803fa9903a23b6af5a81f241c574b1 Mon Sep 17 00:00:00 2001 From: Jonas Metzener Date: Fri, 9 Sep 2022 15:59:33 +0200 Subject: [PATCH] chore(release): v8.0.0-beta.17 --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f10378e9e..88ef6c2dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v8.0.0-beta.17 (9 September 2022) + +### Fix +* **events:** Don't emit create work item events when updating ([`4f2f491`](https://github.com/projectcaluma/caluma/commit/4f2f4916d62e689b59b805bdfdb6bf12e76d53d7)) + +### Breaking +* The `saveWorkItem` mutation doesn't emit `pre_create_work_item` `post_create_work_item` anymore since this is not the expected behaviour. ([`4f2f491`](https://github.com/projectcaluma/caluma/commit/4f2f4916d62e689b59b805bdfdb6bf12e76d53d7)) + + # v8.0.0-beta.16 (1 September 2022) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 9e987d078..ca11654e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "caluma" -version = "8.0.0-beta.16" +version = "8.0.0-beta.17" description = "Caluma Service providing GraphQL API" homepage = "https://caluma.io" repository = "https://github.com/projectcaluma/caluma"