diff --git a/CHANGELOG.md b/CHANGELOG.md index 6537e1f..680bc22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ Changelog ========= +[1.5.2] - 2024-10-30 +-------------------- + +### Other Changes + +- ci: Improvements to tmt workflows (#144) +- ci: Fix quotes in citest_bad workflow (#145) +- ci: Fix getting github author_association (#146) +- ci: Fix url to linux-system-roles/tft-tests (#147) +- ci: Improve citest_bad script (#149) +- ci: Fix missing slash in ARTIFACTS_URL (#152) +- ci: Add tags to TF workflow, allow more [citest bad] formats (#154) +- ci: ansible-test action now requires ansible-core version (#157) +- ci: add YAML header to github action workflow files (#158) +- refactor: Use vars/RedHat_N.yml symlink for CentOS, Rocky, Alma wherever possible (#160) + [1.5.1] - 2024-08-01 --------------------