diff --git a/CHANGELOG.md b/CHANGELOG.md index a18f897a..2b86bfa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ Changelog ========= +[1.17.1] - 2024-06-11 +-------------------- + +### Other Changes + +- ci: use tox-lsr 3.3.0 which uses ansible-test 2.17 (#205) +- ci: tox-lsr 3.4.0 - fix py27 tests; move other checks to py310 (#207) +- ci: fix Python discovery with Ansible 2.17+ (#208) +- ci: Add supported_ansible_also to .ansible-lint (#209) + [1.17.0] - 2024-04-22 --------------------