From dec76b3f71b3a038a86e2d43b890eab09b716e1f Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 7 May 2025 20:37:11 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c310b9ba9..586a41d51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Renamed `Order` to `activities` in the `User` database schema - Upgraded `nestjs` from version `10.4.15` to `11.0.12` ## 2.161.0 - 2025-05-06 @@ -20,7 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Renamed `Order` to `activities` in the `SymbolProfile` database schema -- Renamed `Order` to `activities` in the `User` database schema - Improved the language localization for Turkish (`tr`) ### Fixed