diff --git a/CHANGELOG.md b/CHANGELOG.md index 038980e..bb14a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ Changelog ========= +[1.3.6] - 2026-01-13 +-------------------- + +### Other Changes + +- ci: bump gha checkout from v5 to v6 (#115) +- ci: Bump actions/checkout from 5 to 6 (#116) +- ci: add qemu tests for Fedora 43, drop Fedora 41 (#117) +- ci: Bump actions/upload-artifact from 5 to 6 (#118) +- refactor: handle INJECT_FACTS_AS_VARS=false by using ansible_facts instead (#119) +- test: retry the check for masking/stopping - it may take several seconds to complete (#120) +- ci: use ANSIBLE_INJECT_FACT_VARS=false by default for testing (#121) + [1.3.5] - 2025-11-17 --------------------