From 699c104313aeed6d54f0a1745c21d79f1c8ad628 Mon Sep 17 00:00:00 2001 From: Richard Megginson Date: Fri, 20 Jan 2023 12:37:14 -0700 Subject: [PATCH] Version 1.5.3 - CHANGELOG.md [citest skip] (#90) [1.5.3] - 2023-01-20 -------------------- ### New Features - none ### Bug Fixes - Clean up non-inclusive words. - ansible-lint 6.x fixes (#86) ### Other Changes - Add check for non-inclusive language (#82) - Add CodeQL workflow for GitHub code scanning (#83) - update ignore files for ansible-test 2.14 (#89) Signed-off-by: Rich Megginson Signed-off-by: Rich Megginson --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86effe0..d132505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ Changelog ========= +[1.5.3] - 2023-01-20 +-------------------- + +### New Features + +- none + +### Bug Fixes + +- Clean up non-inclusive words. +- ansible-lint 6.x fixes (#86) + +### Other Changes + +- Add check for non-inclusive language (#82) +- Add CodeQL workflow for GitHub code scanning (#83) +- update ignore files for ansible-test 2.14 (#89) + [1.5.2] - 2022-11-21 --------------------