From 1cbe0c5873a3d70b1f0fb9d4360ced6d13026080 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Mon, 17 Nov 2025 09:22:21 -0700 Subject: [PATCH] docs(changelog): version 1.6.13 [citest skip] Update changelog and .README.html for version 1.6.13 Signed-off-by: Rich Megginson --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c22e55..6f802a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Changelog ========= +[1.6.13] - 2025-11-17 +-------------------- + +### Bug Fixes + +- fix: cannot use community-general version 12 - no py27 and py36 support (#219) + +### Other Changes + +- ci: Bump github/codeql-action from 3 to 4 (#214) +- ci: Bump actions/upload-artifact from 4 to 5 (#215) +- ci: use versioned upload-artifact instead of master; bump codeql-action to v4; bump upload-artifact to v5 (#216) +- ci: bump tox-lsr to 3.13.0 (#217) +- ci: bump tox-lsr to 3.14.0 - this moves standard-inventory-qcow2 to tox-lsr (#218) + [1.6.12] - 2025-10-21 --------------------