diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index e0ea56e68b..a919c63d52 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -34,3 +34,15 @@ message = "Fix requests to S3 with `no_credentials` set." references = ["smithy-rs#2907", "aws-sdk-rust#864"] meta = { "breaking" = false, "tada" = false, "bug" = true } author = "jdisanti" + +[[aws-sdk-rust]] +message = "Fixed re-exported `SdkError` type. The previous release had the wrong type for `SdkError`, which caused projects to fail to compile when upgrading." +references = ["smithy-rs#2931", "aws-sdk-rust#875"] +meta = { "breaking" = true, "tada" = false, "bug" = true } +author = "jdisanti" + +[[smithy-rs]] +message = "Fixed re-exported `SdkError` type. The previous release had the wrong type for `SdkError` when generating code for orchestrator mode, which caused projects to fail to compile when upgrading." +references = ["smithy-rs#2931", "aws-sdk-rust#875"] +meta = { "breaking" = true, "tada" = false, "bug" = true, "target" = "client" } +author = "jdisanti"