From ef69b4936373eabd1aac98a95d81e1586646196a Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:25:21 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9334a4d74..a1aec1796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Upgraded `nestjs` from version `11.1.28` to `11.2.1` + ### Fixed - Fixed the loading state of the accounts table on the accounts page @@ -22,7 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Extended the access to share the portfolio to support the _Restricted view and manage_ permission (experimental) - Extended the tool to get the accounts of the portfolio in the server of the Model Context Protocol (MCP) to support the filtering by account (experimental) -- Upgraded `nestjs` from version `11.1.28` to `11.2.1` - Upgraded `replace-in-file` from version `8.4.0` to `9.0.0` - Upgraded `stripe` from version `22.3.2` to `22.5.0` - Upgraded `undici` from version `8.5.0` to `8.10.0`