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