From 2a267d5abfc6e8a827efb878b04b17c03b422709 Mon Sep 17 00:00:00 2001 From: Fabio Ambauen Date: Mon, 15 Aug 2022 14:24:38 +0200 Subject: [PATCH] chore: release beta 13 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a22a9be..ba2b0d1dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v8.0.0-beta.13 (15 August 2022) + +### Fix +* **historical-schema:** Fetch the correct historical files +([`2580e80`](https://github.com/projectcaluma/caluma/commit/2580e80fceb5bdaa2636ffbc30e1f9bf16eac46b)) +* **form:** Migration problem with historicalanswer +([`a8633b6`](https://github.com/projectcaluma/caluma/commit/a8633b60acc0b3d1ecfc180faf3f4c611f82f293)) +* Multiple fixes for analytics +([`e78b8d2`](https://github.com/projectcaluma/caluma/commit/e78b8d28a7349c953541c3b4953b8fe7f5476ac6)) + + # v8.0.0-beta.12 (5 August 2022) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 4b2b19532..042fe0cb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "caluma" -version = "8.0.0-beta.12" +version = "8.0.0-beta.13" description = "Caluma Service providing GraphQL API" homepage = "https://caluma.io" repository = "https://github.com/projectcaluma/caluma"