diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fec06b1f18340e95850398af791bd6b6fe587b1..bd1a1be066e4db2c7da24ede1af7c1abd291c957 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 8df2838364adf11f3edc63f073229e4d82b0008f..dd9a9428b5d94d8bf56fcb3e7392722d15c54f78 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 4506267694433b485c9ec45ffeafd83d4da55991..3ff3df6f0238aa77409c5d953275b94551dd0658 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