diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index 7efe7c9a4c2d0406766fdc56789757672b69a88b..8f45fec3d5cb038b8857682ab62ab15d73fadb43 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -162,3 +162,9 @@ FIPS and dual-stack endpoints can each be configured in multiple ways: Note: Not all services support FIPS and dual-stack. """ author = "rcoh" + +[[smithy-rs]] +references = ["smithy-rs#2054"] +meta = { "breaking" = false, "tada" = false, "bug" = true, "target" = "server" } +message = "Servers can generate a unique request ID and use it in their handlers." +author = "82marbag"