From d9fd78806601c6170c360d78707dc7cdee7c997a Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 19 Nov 2022 09:52:59 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ec7fb10d..1125cddad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgraded `prisma` from version `4.4.0` to `4.6.1` - Upgraded `yahoo-finance2` from version `2.3.6` to `2.3.10` +### Fixed + +- Fixed a division by zero error in the cash positions calculation + ## 1.213.0 - 14.11.2022 ### Added