Skip to content

Commit 5f3a188

Browse files
chore: release 1.1.5
1 parent 2836e31 commit 5f3a188

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [1.1.5] - 03/26/2024
4+
5+
### Features
6+
* (**bedrockagentruntime**) This release adds support to customize prompts sent through the RetrieveAndGenerate API in Agents for Amazon Bedrock.
7+
* (**costexplorer**) Adds support for backfill of cost allocation tags, with new StartCostAllocationTagBackfill and ListCostAllocationTagBackfillHistory API.
8+
* (**ec2**) Documentation updates for Elastic Compute Cloud (EC2).
9+
* (**finspace**) Add new operation delete-kx-cluster-node and add status parameter to list-kx-cluster-node operation.
10+
11+
### Documentation
12+
* (**ecs**) This is a documentation update for Amazon ECS.
13+
314
## [1.1.4] - 03/25/2024
415

516
### Features

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.1.5-SNAPSHOT
9+
sdkVersion=1.1.5
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)