From 5ffe4b6328f834da974cbfa3bdfb86575a419d22 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 10 Mar 2025 19:24:32 +0100 Subject: [PATCH] update changelog --- docs/changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index e47879d..3833fd4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,21 @@ sidebar_position: 7 # Changelog +## 4.1.0 + +**Added** + +* add compatibility with NC31 + +**Fixed** + +* fix(service): add service constructor arguments +* fix(settings): remove non-existing and unused ILogger service + +**Changed** + +* refactor(controller): usage of attributes instead of annotations + ## 4.0.1 **Fixed**