From 42a2b12ee2c209ca957d33a80e45e90394254a50 Mon Sep 17 00:00:00 2001 From: abikouo Date: Fri, 20 Sep 2024 16:10:33 +0200 Subject: [PATCH] add pull request number into changelog file --- changelogs/fragments/20240920-module_utils-autoscaling.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/20240920-module_utils-autoscaling.yaml b/changelogs/fragments/20240920-module_utils-autoscaling.yaml index a92aacc6b1d..5e99e6db35a 100644 --- a/changelogs/fragments/20240920-module_utils-autoscaling.yaml +++ b/changelogs/fragments/20240920-module_utils-autoscaling.yaml @@ -1,3 +1,3 @@ --- minor_changes: - - module_utils/autoscaling - create utils to handle AWS call for the ``autoscaling`` client (). + - module_utils/autoscaling - create utils to handle AWS call for the ``autoscaling`` client (https://github.com/ansible-collections/amazon.aws/pull/2301).