diff --git a/changelogs/fragments/542-ensure-ssm-plugin-terminates-connections.yml b/changelogs/fragments/542-ensure-ssm-plugin-terminates-connections.yml index 6ecbc0f5789..1cbe860d1d2 100644 --- a/changelogs/fragments/542-ensure-ssm-plugin-terminates-connections.yml +++ b/changelogs/fragments/542-ensure-ssm-plugin-terminates-connections.yml @@ -1,2 +1,2 @@ -bug_fixes: +bugfixes: - aws_ssm - Adds destructor to SSM connection plugin to ensure connections are properly cleaned up after usage (https://github.com/ansible-collections/community.aws/pull/542).