From db749cc37d320c16040edc8425a6b8ae3a0424c4 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 6 Feb 2026 18:24:12 -0700 Subject: [PATCH] docs(changelog): version 1.11.3 [citest_skip] Update changelog and .README.html for version 1.11.3 Signed-off-by: Rich Megginson --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68b5d0f0..e9237445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ Changelog ========= +[1.11.3] - 2026-02-06 +-------------------- + +### Bug Fixes + +- fix: check for existence of runlevel, chkconfig, service before using them (#325) + +### Other Changes + +- ci: bump ansible/ansible-lint from 25 to 26 (#324) +- ci: skip most CI checks if title contains citest skip [citest_skip] (#326) +- ci: ansible-lint - remove .collection directory from converted collection [citest_skip] (#327) + [1.11.2] - 2026-01-13 --------------------