From d6bc50553f143531349d29048e7344024b8c3e5a Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 24 Feb 2024 12:04:18 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61cb9fcd5..d2eaeb721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Exposed the database index of _Redis_ as an environment variable (`REDIS_DB`) - Upgraded `prisma` from version `5.9.1` to `5.10.2` +### Fixed + +- Added the missing default currency to the prepare currencies function in the exchange rate data service + ## 2.55.0 - 2024-02-22 ### Added