From 1eaf74199dabbe43edb1adfcbfac0083a44c652f Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Mon, 17 Nov 2025 09:30:08 -0700 Subject: [PATCH] docs(changelog): version 1.3.7 [citest skip] Update changelog and .README.html for version 1.3.7 Signed-off-by: Rich Megginson --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eae150da..913abda6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Changelog ========= +[1.3.7] - 2025-11-17 +-------------------- + +### Bug Fixes + +- fix: cannot use community-general version 12 - no py27 and py36 support (#281) + +### Other Changes + +- ci: bump actions/upload-artifact from 4 to 5 (#276) +- ci: bump github/codeql-action from 3 to 4 (#277) +- ci: use versioned upload-artifact instead of master; bump codeql-action to v4; bump upload-artifact to v5 (#278) +- ci: bump tox-lsr to 3.13.0 (#279) +- ci: bump tox-lsr to 3.14.0 - this moves standard-inventory-qcow2 to tox-lsr (#280) + [1.3.6] - 2025-10-21 --------------------