diff --git a/CHANGELOG.md b/CHANGELOG.md index c9dba52..6321946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ Changelog ========= +[1.4.15] - 2025-11-17 +-------------------- + +### Bug Fixes + +- fix: cannot use community-general version 12 - no py27 and py36 support (#262) + +### Other Changes + +- ci: bump actions/upload-artifact from 4 to 5 (#258) +- ci: use versioned upload-artifact instead of master; bump codeql-action to v4; bump upload-artifact to v5 (#259) +- ci: bump tox-lsr to 3.13.0 (#260) +- ci: bump tox-lsr to 3.14.0 - this moves standard-inventory-qcow2 to tox-lsr (#261) + [1.4.14] - 2025-10-21 --------------------