From 24e6b6d4c016213ffdf1c9f8d3ff488c9cffc5b3 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 27 May 2026 20:06:25 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87da5e0bd..8333f2f72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- Added the `FetchService` to centralize outbound HTTP requests + ### Changed - Upgraded `nestjs` from version `11.1.19` to `11.1.21`