From 90ddd1515e8b1ed6a849d99d24c22671b04f79fb Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 26 Jul 2026 20:48:06 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a4acb15f..df3159be12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Deprecated `firstOrderDate` in favor of `dateOfFirstActivity` in the `GET api/v2/portfolio/performance` endpoint - Upgraded `prettier` from version `3.8.4` to `3.9.6` +### Fixed + +- Resolved an exception in the user service when getting a non-existent user + ## 3.34.0 - 2026-07-25 ### Changed