Skip to content

Commit

Permalink
chore: release 1.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Feb 6, 2025
1 parent fd6b856 commit 49b5ed6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.4.15] - 02/06/2025

### Features
* (**cloudformation**) We added 5 new stack refactoring APIs: CreateStackRefactor, ExecuteStackRefactor, ListStackRefactors, DescribeStackRefactor, ListStackRefactorActions.
* (**connectcases**) This release adds the ability to conditionally require fields on a template. Check public documentation for more information.
* (**costoptimizationhub**) This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon Auto Scaling Groups, including those with single and mixed instance types.
* (**s3**) Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets.

## [1.4.14] - 02/05/2025

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G

# sdk
sdkVersion=1.4.15-SNAPSHOT
sdkVersion=1.4.15

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

0 comments on commit 49b5ed6

Please sign in to comment.