From 0884e24849fef1a16b858a578724c7342895e393 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Mon, 14 Nov 2022 14:03:58 -0700 Subject: [PATCH] Version 1.10.1 - CHANGELOG.md [citest skip] [1.10.1] - 2022-11-14 -------------------- ### New Features - none ### Bug Fixes - none ### Other Changes - support ansible-core-2.14, ansible-lint 6.x Signed-off-by: Rich Megginson --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ea9f4d..215138f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Changelog ========= +[1.10.1] - 2022-11-14 +-------------------- + +### New Features + +- none + +### Bug Fixes + +- none + +### Other Changes + +- support ansible-core-2.14, ansible-lint 6.x + [1.10.0] - 2022-11-01 --------------------