From 204617a3ee1f66e26d934495593e35413d8fe6ef Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 22 Sep 2022 17:44:54 +0200 Subject: [PATCH] doc/changelog: introduce v1.10.1 section --- doc/82-Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/82-Changelog.md b/doc/82-Changelog.md index 3c401ad5..370b29b3 100644 --- a/doc/82-Changelog.md +++ b/doc/82-Changelog.md @@ -4,6 +4,16 @@ Please make sure to always read our [Upgrading](05-Upgrading.md) documentation before switching to a new version. +v1.10.1 (unreleased) +-------------------- + +### Fixed issues +* You can find issues and feature requests related to this release on our + [roadmap](https://github.com/Icinga/icingaweb2-module-director/milestone/30?closed=1) + +### Import and Sync +* FIX: sync lower-cased all object names since v1.10 (#2608) + v1.10.0 -------