From 07cc5d1a40a7d296959735145c7588bdf4e635fd Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Thu, 15 Oct 2020 11:00:31 +0200 Subject: [PATCH] Update 2.11.6 changelog with actual release date and additional pull request --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1e038d14..3930ac866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ documentation before upgrading to a new release. Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga2/milestones?state=closed). -## 2.11.6 (2020-10-13) +## 2.11.6 (2020-10-15) Version 2.11.6 fixes several crashes, prevents unnecessary notifications and addresses several bugs in IDO and API. @@ -22,7 +22,7 @@ and addresses several bugs in IDO and API. * Prevent unnecessary IDO updates #8316 #8305 * Commit IDO MySQL transactions earlier #8298 * Make sure to insert IDO program status #8291 - * Improve IDO queue stats logging #8270 #8325 + * Improve IDO queue stats logging #8270 #8325 #8378 * API * Ensure API connections are closed properly #8292 * Fix open connections when agent waits for CA approval #8230