From 574f9a829f2f07187c3946ad668ba79a8d0d87d8 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 9 Nov 2023 01:23:52 +0000 Subject: [PATCH] Add changelog entries from botocore --- .changes/next-release/api-change-sqs-40013.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/next-release/api-change-sqs-40013.json diff --git a/.changes/next-release/api-change-sqs-40013.json b/.changes/next-release/api-change-sqs-40013.json new file mode 100644 index 0000000000..e329ffc155 --- /dev/null +++ b/.changes/next-release/api-change-sqs-40013.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sqs``", + "description": "[``botocore``] This release enables customers to call SQS using AWS JSON-1.0 protocol and bug fix." +}