-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add v3.2.1 release notes to CHANGELOG
**Why?** Since the v3.2.1 release is on a separate release branch, this change will port back the release notes into the CHANGELOG.md file. Additionally, the v3.2.1 release includes a minor patch to the account processing requirements file. Where it specifies the exact boto3 and botocore dependencies to ensure it continues to function, even in the event of updates to the Lambda Python runtime in the future.
- Loading branch information
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
aws-xray-sdk==2.13.0 | ||
boto3==1.34.80 | ||
botocore==1.34.80 | ||
pyyaml~=6.0.1 | ||
tenacity==8.2.3 |