diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fec06b1f1..bd1a1be066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,7 @@ -0.40.1 (April 14th, 2022) +0.40.2 (April 14th, 2022) ========================= -**New this release:** -- Undo the MSRV bump from v1.56.1 to v1.58.1 -0.40.0 (April 13th, 2022) -========================= **Breaking Changes:** - ⚠ ([aws-sdk-rust#490](https://github.com/awslabs/aws-sdk-rust/issues/490)) Update all runtime crates to [edition 2021](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html) diff --git a/aws/SDK_CHANGELOG.md b/aws/SDK_CHANGELOG.md index 8df2838364..dd9a9428b5 100644 --- a/aws/SDK_CHANGELOG.md +++ b/aws/SDK_CHANGELOG.md @@ -1,6 +1,7 @@ -0.10.0 (April 13th, 2022) +0.10.1 (April 14th, 2022) ========================= + **Breaking Changes:** - ⚠ ([aws-sdk-rust#490](https://github.com/awslabs/aws-sdk-rust/issues/490)) Update all SDK and runtime crates to [edition 2021](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html) diff --git a/gradle.properties b/gradle.properties index 4506267694..3ff3df6f02 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,10 +8,10 @@ rust.msrv=1.56.1 # Version number to use for the generated SDK # Note: these must always be full 3-segment semver versions -aws.sdk.version=0.10.0 +aws.sdk.version=0.10.1 # Version number to use for the generated runtime crates -smithy.rs.runtime.crate.version=0.40.0 +smithy.rs.runtime.crate.version=0.40.2 kotlin.code.style=official