Skip to content

Commit ea5428c

Browse files
chore: release 1.2.46
1 parent e897bca commit ea5428c

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.2.46] - 07/03/2024
4+
5+
### Features
6+
* (**organizations**) Added a new reason under ConstraintViolationException in RegisterDelegatedAdministrator API to prevent registering suspended accounts as delegated administrator of a service.
7+
* (**rekognition**) This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs.
8+
* (**workspaces**) Fix create workspace bundle RootStorage/UserStorage to accept non null values
9+
10+
### Documentation
11+
* (**applicationautoscaling**) Doc only update for Application Auto Scaling that fixes resource name.
12+
* (**directconnect**) This update includes documentation for support of new native 400 GBps ports for Direct Connect.
13+
314
## [1.2.45] - 07/02/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.2.46-SNAPSHOT
9+
sdkVersion=1.2.46
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)