From 973a515d26d87a1c5fb6ec3096b4c04119c2efca Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 11 Jun 2024 10:21:09 -0600 Subject: [PATCH] docs(changelog): version 1.15.3 [citest skip] Update changelog and .README.html for version 1.15.3 Signed-off-by: Rich Megginson --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3306ce8..fb1f145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========= +[1.15.3] - 2024-06-11 +-------------------- + +### Other Changes + +- ci: use tox-lsr 3.3.0 which uses ansible-test 2.17 (#691) +- ci: tox-lsr 3.4.0 - fix py27 tests; move other checks to py310 (#693) +- ci: Add supported_ansible_also to .ansible-lint (#694) + [1.15.2] - 2024-04-04 --------------------