From abc370a2e0c1594245441ced6bb7a032a71db357 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 28 Apr 2023 10:35:24 -0600 Subject: [PATCH] docs(changelog): version 1.11.4 [citest skip] Create changelog update and release for version 1.11.4 Signed-off-by: Rich Megginson --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a87611c..bc5530d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ Changelog ========= +[1.11.4] - 2023-04-28 +-------------------- + +### Other Changes + +- test: Fix the failure of running ANSIBLE_GATHERING=explicit on tests_switch_provider.yml +- ci: Add commitlint GitHub action to ensure conventional commits with feedback +- style: Use standard Ansible braces and brackets spacing +- style: ansible-lint - fix missing YAML document start +- style: ansible-lint - remove line-length files from .yamllint.yml + [1.11.3] - 2023-04-13 --------------------