From 556a7a2debc905903919a0d54288ff7478cb9f0c Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 5 Sep 2026 09:23:42 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e93dbe102..e7eae4c9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Introduced a maximum length for the comment in the API endpoints - Introduced a maximum length for the search query and the symbol in the API endpoints - Hardened the validation of the query parameters (`accounts`, `assetClasses`, `dataSource` and `tags`) in the API endpoints with filters -- Upgraded `nestjs` from version `11.1.28` to `11.2.1` +- Upgraded `nestjs` from version `11.1.28` to `11.2.3` ### Fixed