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**