Skip to content

Commit 9c7d62a

Browse files
chore: release 1.0.60
1 parent eade4ea commit 9c7d62a

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.0.60] - 02/19/2024
4+
5+
### Features
6+
* (**amplify**) This release contains API changes that enable users to configure their Amplify domains with their own custom SSL/TLS certificate.
7+
* (**chatbot**) This release adds support for AWS Chatbot. You can now monitor, operate, and troubleshoot your AWS resources with interactive ChatOps using the AWS SDK.
8+
* (**mediatailor**) MediaTailor: marking #AdBreak.OffsetMillis as required.
9+
10+
### Documentation
11+
* (**configservice**) Documentation updates for the AWS Config CLI
12+
* (**ivs**) Changed description for latencyMode in Create/UpdateChannel and Channel/ChannelSummary.
13+
* (**keyspaces**) Documentation updates for Amazon Keyspaces
14+
315
## [1.0.59] - 02/16/2024
416

517
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2094,6 +2094,12 @@
20942094
"artifactName": "billingconductor",
20952095
"brazilName": "AwsSdkKotlinBillingconductor"
20962096
},
2097+
{
2098+
"sdkId": "chatbot",
2099+
"namespace": "aws.sdk.kotlin.services.chatbot",
2100+
"artifactName": "chatbot",
2101+
"brazilName": "AwsSdkKotlinChatbot"
2102+
},
20972103
{
20982104
"sdkId": "codeartifact",
20992105
"namespace": "aws.sdk.kotlin.services.codeartifact",

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=1.0.60-SNAPSHOT
9+
sdkVersion=1.0.60
1010

1111
# dokka config (values specified at build-time as needed)
1212
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/

0 commit comments

Comments
 (0)