diff --git a/CHANGELOG.md b/CHANGELOG.md index 07424ba79b6..00a55dff9d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.3.41] - 09/26/2024 + +### Features +* (**chatbot**) Return State and StateReason fields for Chatbot Channel Configurations. +* (**lambda**) Reverting Lambda resource-based policy and block public access APIs. +* (**organizations**) Add support for policy operations on the CHATBOT_POLICY policy type. +* (**sagemaker**) Adding `TagPropagation` attribute to Sagemaker API + +### Documentation +* (**pcs**) AWS PCS API documentation - Edited the description of the iamInstanceProfileArn parameter of the CreateComputeNodeGroup and UpdateComputeNodeGroup actions; edited the description of the SlurmCustomSetting data type to list the supported parameters for clusters and compute node groups. +* (**rdsdata**) Documentation update for RDS Data API to reflect support for Aurora MySQL Serverless v2 and Provisioned DB clusters. + ## [1.3.40] - 09/25/2024 ### Documentation diff --git a/gradle.properties b/gradle.properties index b1596fb3813..80359c2c13b 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.41-SNAPSHOT +sdkVersion=1.3.41 # dokka config (values specified at build-time as needed) smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/