diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index fc4c4c2578..6653b09e00 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -9,4 +9,16 @@ # message = "Fix typos in module documentation for generated crates" # references = ["smithy-rs#920"] # meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client | server | all"} -# author = "rcoh" \ No newline at end of file +# author = "rcoh" + +[[aws-sdk-rust]] +message = "Fix typos in module documentation for generated crates" +references = ["smithy-rs#920"] +meta = { "breaking" = false, "tada" = false, "bug" = false } +author = "rcoh" + +[[smithy-rs]] +message = "Fix typos in module documentation for generated crates" +references = ["smithy-rs#920"] +meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" } +author = "rcoh"