diff --git a/CHANGELOG.md b/CHANGELOG.md index 05dd400c311..9723955de7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.3.101] - 12/26/2024 + +### Features +* (**bcmpricingcalculator**) Added ConflictException to DeleteBillEstimate. +* (**ecr**) Add support for Dualstack Endpoints + +### Documentation +* (**networkfirewall**) Dual-stack endpoints are now supported. +* (**securityhub**) Documentation updates for AWS Security Hub + ## [1.3.100] - 12/23/2024 ### Features diff --git a/gradle.properties b/gradle.properties index 4a50a42acc3..65278a814b5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G # sdk -sdkVersion=1.3.101-SNAPSHOT +sdkVersion=1.3.101 # dokka config (values specified at build-time as needed) smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/