From 4f52e851f1eb415898cf5872139fdf5e4838c482 Mon Sep 17 00:00:00 2001 From: ysaito1001 Date: Wed, 25 Oct 2023 15:35:53 -0500 Subject: [PATCH] Update CHANGELOG.next.toml --- CHANGELOG.next.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index f74058dd8d..3ae4b10f27 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -489,7 +489,7 @@ author = "rcoh" [[smithy-rs]] message = "Publicly exposed types from `http-body` and `hyper` crates within `aws-smithy-types` are now feature-gated. See the [upgrade guidance](https://github.com/awslabs/smithy-rs/discussions/3089) for details." -references = ["smithy-rs#3033", "smithy-rs#3088"] +references = ["smithy-rs#3033", "smithy-rs#3088", "smithy-rs#3101"] meta = { "breaking" = true, "tada" = false, "bug" = false, "target" = "all" } author = "ysaito1001"