From bddc60a8f8a0ddc070462ba2169b3f41fb21d58f Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 28 Apr 2026 10:14:35 -0600 Subject: [PATCH] docs(changelog): version 1.4.0 [citest_skip] Update changelog and .README.html for version 1.4.0 Signed-off-by: Rich Megginson --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9693768..458568d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ Changelog ========= +[1.4.0] - 2026-04-28 +-------------------- + +### New Features + +- feat: add role fingerprints to syslog (#141) + +### Other Changes + +- ci: Bump actions/upload-artifact from 6 to 7 (#131) +- ci: tox-lsr 3.17.0 - container test improvements, use ansible 2.20 for fedora 43 [citest_skip] (#133) +- ci: tox-lsr 3.17.1 - previous update broke container tests, this fixes them [citest_skip] (#134) +- ci: fix yum repos to use devel site instead of old site name [citest_skip] (#136) +- ci: use codecov @v6 [citest_skip] (#137) +- ci: update header for run_role_with_clear_facts [citest_skip] (#138) +- ci: Comply with Ansible partner certification checking [citest_skip] (#139) +- ci: ansible-lint requires dependencies to be installed [citest_skip] (#140) + [1.3.7] - 2026-02-18 --------------------