diff --git a/CHANGELOG.md b/CHANGELOG.md
index a87c984a1f00fb33e6687fbf79d0e3f6f380419a..cd3681204776dc3f91ed1cc6a43e03c9b1be748d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,21 @@
 
+<a name="v1.11.0"></a>
+## [v1.11.0] - 2022-10-23
+### Add Features
+- feat error handler and changed update handler
+- feat inform enventhandler about an error that has occurred
+- feat new ChangeEventHandler struct
+
+### Bug Fixes
+- fix protect access to the config
+
+### Changes
+- chore licenses
+
+### Code Refactoring
+- refactor assign file list
+
+
 <a name="v1.10.0"></a>
 ## [v1.10.0] - 2022-10-17
 ### Bug Fixes
@@ -96,6 +113,7 @@
 <a name="v1.0.0"></a>
 ## v1.0.0 - 2022-09-18
 
+[v1.11.0]: https://gitlab.schukai.com/oss/libraries/go/application/configuration/compare/v1.10.0...v1.11.0
 [v1.10.0]: https://gitlab.schukai.com/oss/libraries/go/application/configuration/compare/v1.9.0...v1.10.0
 [v1.9.0]: https://gitlab.schukai.com/oss/libraries/go/application/configuration/compare/v1.8.0...v1.9.0
 [v1.8.0]: https://gitlab.schukai.com/oss/libraries/go/application/configuration/compare/v1.7.1...v1.8.0