From 128bc957d72dc3df045b2ddde08f57921d3cbed0 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 22 Oct 2025 19:01:03 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 867bfaba6..f198af144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Changed + +- Moved the _Prisma Configuration File_ from `prisma.config.ts` to `.config/prisma.ts` + ## 2.210.1 - 2025-10-22 ### Added @@ -19,7 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Reverted the explicit configuration of the _Redis_ address family in the job queue module - Improved the language localization for German (`de`) - Upgraded `ioredis` from version `5.6.1` to `5.8.2` -- Migrated Prisma configuration from `prisma.config.ts` to `.config/prisma.ts`. ### Fixed