diff --git a/CHANGELOG.md b/CHANGELOG.md index afbb2e1e2..53ba819f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v8.0.0-beta.23 (26 January 2023) + +### Fix +* **analytics:** Fix form identifier; disable subform form ([`94542ac`](https://github.com/projectcaluma/caluma/commit/94542aca4c9e9d5df26240aee1e465ad01c4db58)) +* Properly quote aliases - small additional fixes ([`535c703`](https://github.com/projectcaluma/caluma/commit/535c7030a019672ce72d2db8efe532cfab492125)) + + # v8.0.0-beta.22 (12 December 2022) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 1ae5216f8..222e06615 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "caluma" -version = "8.0.0-beta.22" +version = "8.0.0-beta.23" description = "Caluma Service providing GraphQL API" homepage = "https://caluma.io" repository = "https://github.com/projectcaluma/caluma"