diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index 4882c9d9bc..d3f524d40e 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -21,16 +21,16 @@ author = "jackkleeman" message = "Added aws-smithy-wasm crate to enable SDK use in WASI compliant environments" references = ["smithy-rs#2087", "smithy-rs#2520", "smithy-rs#3409", "aws-sdk-rust#59"] meta = { "breaking" = false, "tada" = true, "bug" = false } -author = "landonxjames" +authors = ["landonxjames", "eduardomourar"] [[smithy-rs]] message = "Added aws-smithy-wasm crate to enable SDK use in WASI compliant environments" references = ["smithy-rs#2087", "smithy-rs#2520", "smithy-rs#3409"] meta = { "breaking" = false, "tada" = true, "bug" = false, "target" = "client"} -author = "landonxjames" +authors = ["landonxjames", "eduardomourar"] [[smithy-rs]] message = "[`SdkBody`](https://docs.rs/aws-smithy-types/latest/aws_smithy_types/body/struct.SdkBody.html) now implements the 1.0 version of the `http_body::Body` trait." references = ["smithy-rs#3365", "aws-sdk-rust#1046"] meta = { "breaking" = false, "tada" = true, "bug" = false, "target" = "all" } -author = "cayman-amzn" \ No newline at end of file +author = "cayman-amzn"