Browse Source

Update changelog

pull/5821/head
Thomas Kaul 2 weeks ago
parent
commit
128bc957d7
  1. 7
      CHANGELOG.md

7
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

Loading…
Cancel
Save