From 99bc4f932c568f1ad5775e900bbee16e48bca5dc Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 20 Aug 2022 13:56:46 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33cd65b0a..a7978d499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Integrated the commands `database:setup` and `database:migrate` into the container start +### Fixed + +- Fixed a division by zero error in the benchmarks calculation + ### Todo - Apply manual data migration (`yarn database:migrate`) is not needed anymore