diff --git a/CHANGELOG.md b/CHANGELOG.md index 363561c..cc41681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ Changelog ========= +[1.4.4] - 2025-11-17 +-------------------- + +### Bug Fixes + +- fix: cannot use community-general version 12 - no py27 and py36 support (#191) + +### Other Changes + +- ci: Bump actions/checkout from 4 to 5 (#178) +- ci: rollout several recent changes to CI testing (#180) +- ci: support openSUSE Leap in qemu/kvm test matrix (#181) +- ci: use the new epel feature to enable EPEL for testing farm (#182) +- ci: use tox-lsr 3.12.0 for osbuild_config.yml feature (#184) +- ci: use JSON format for __bootc_validation (#185) +- ci: Bump actions/github-script from 7 to 8 (#186) +- ci: Bump actions/upload-artifact from 4 to 5 (#187) +- ci: use versioned upload-artifact instead of master; bump codeql-action to v4; bump upload-artifact to v5 (#188) +- ci: bump tox-lsr to 3.13.0 (#189) +- ci: bump tox-lsr to 3.14.0 - this moves standard-inventory-qcow2 to tox-lsr (#190) + [1.4.3] - 2025-08-08 --------------------