From 53166fd6f24a4fadea14abf3591bc340e59dc865 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 3 Nov 2022 17:08:51 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f9d245..394f1cf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ Please make sure to always read our [Upgrading](https://icinga.com/docs/icinga-db-web/latest/doc/05-Upgrading/) documentation before switching to a new version. +## 1.0.2 (2022-11-04) + +You can find all issues related to this release on the respective [Milestone](https://github.com/Icinga/icingadb-web/milestone/4?closed=1). + +Notable fixes in this release are that the *GenericTTS* module is now supported and that the legacy integration +of modules with no official support for Icinga DB Web is working again, even if the *monitoring* module is disabled. +Action and Note URLs, which disappeared with v1.0.1, are also visible again. + +Some enhancements also found their way in this release. They include improved compatibility with Icinga DB's +asynchronous behavior and its migration tool included in the v1.1 release. + ## 1.0.1 (2022-09-08) Here are Fixes: https://github.com/Icinga/icingadb-web/milestone/3?closed=1