From bafa8c419ac287596c19d3252ef0122d0627727b Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Thu, 13 Nov 2025 15:47:49 -0700 Subject: [PATCH] docs(changelog): version 1.11.2 [citest skip] Update changelog and .README.html for version 1.11.2 Signed-off-by: Rich Megginson --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26cdbc92..18741b20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Changelog ========= +[1.11.2] - 2025-11-13 +-------------------- + +### Bug Fixes + +- fix: install python311-firewall on SLES 15 (#300) + +### Other Changes + +- ci: Bump github/codeql-action from 3 to 4 (#301) +- ci: Bump actions/upload-artifact from 4 to 5 (#302) +- ci: use versioned upload-artifact instead of master; bump codeql-action to v4; bump upload-artifact to v5 (#303) +- ci: bump tox-lsr to 3.13.0 (#304) +- ci: bump tox-lsr to 3.14.0 - this moves standard-inventory-qcow2 to tox-lsr (#305) + [1.11.1] - 2025-10-22 --------------------