From a1b2225e934f05c1ccde49700cdb666a81ab4b17 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Thu, 6 Aug 2026 12:06:59 -0600 Subject: [PATCH] docs(changelog): version 2.1.0 [citest_skip] Update changelog and .README.html for version 2.1.0 Signed-off-by: Rich Megginson --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef234f7..0c55fea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ Changelog ========= +[2.1.0] - 2026-08-06 +-------------------- + +### New Features + +- feat: Write roles fingerprints to /var/log/sysroles.jsonl [citest_skip] (#230) + +### Other Changes + +- ci: Bump github/codeql-action from 4 to 4.37.3 (#228) +- ci: Bump actions/setup-python from 6 to 7 (#229) +- ci: ensure dependabot updates do not invoke ci tests [citest_skip] (#231) +- ci: [citest_skip] Bump github/codeql-action from 4.37.3 to 4.37.4 (#232) + [2.0.0] - 2026-07-27 --------------------