We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1cbfb commit ea37b21Copy full SHA for ea37b21
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [1.3.103] - 12/28/2024
4
+
5
+### Features
6
+* (**ecr**) Restoring custom endpoint functionality for ECR
7
+* (**ecrpublic**) Restoring custom endpoint functionality for ECR Public
8
9
## [1.3.102] - 12/27/2024
10
11
### Documentation
gradle.properties
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
# sdk
-sdkVersion=1.3.103-SNAPSHOT
+sdkVersion=1.3.103
# dokka config (values specified at build-time as needed)
12
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/
0 commit comments