From 1481483d8f20ab5c6eabd5fe64303c4c262d6e9f Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Sun, 23 Oct 2022 09:49:10 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a87c984..cd36812 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 -- GitLab