From e577116e1c53fea6fa6c96222632484d345eb8cf Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Mon, 27 Nov 2023 12:41:08 -0700 Subject: [PATCH] Add changelog for version bump --- .changes/next-release/feature-Versioning-66794.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/next-release/feature-Versioning-66794.json diff --git a/.changes/next-release/feature-Versioning-66794.json b/.changes/next-release/feature-Versioning-66794.json new file mode 100644 index 0000000000..12c48115aa --- /dev/null +++ b/.changes/next-release/feature-Versioning-66794.json @@ -0,0 +1,5 @@ +{ + "type": "feature", + "category": "Versioning", + "description": "With the release of Botocore 1.33.0, Boto3 and Botocore will share the same version number." +}