Skip to content

Commit 51e63d7

Browse files
Commit version number update changes
1 parent f872bb2 commit 51e63d7

File tree

9 files changed

+21
-9
lines changed

9 files changed

+21
-9
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 4.0.140.0 (2025-11-24 19:14 UTC)
2+
* CloudFront (4.0.10.0)
3+
* Add TrustStore, ConnectionFunction APIs to CloudFront SDK
4+
* CloudWatchLogs (4.0.12.0)
5+
* New CloudWatch Logs feature - LogGroup Deletion Protection, a capability that allows customers to safeguard their critical CloudWatch log groups from accidental or unintended deletion.
6+
17
### 4.0.139.0 (2025-11-21 21:17 UTC)
28
* APIGateway (4.0.5.0)
39
* API Gateway supports VPC link V2 for REST APIs.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 4.0.140.0 (2025-11-24 19:14 UTC)
2+
* CloudFront (4.0.10.0)
3+
* Add TrustStore, ConnectionFunction APIs to CloudFront SDK
4+
* CloudWatchLogs (4.0.12.0)
5+
* New CloudWatch Logs feature - LogGroup Deletion Protection, a capability that allows customers to safeguard their critical CloudWatch log groups from accidental or unintended deletion.
6+
17
### 4.0.139.0 (2025-11-21 21:17 UTC)
28
* APIGateway (4.0.5.0)
39
* API Gateway supports VPC link V2 for REST APIs.

generator/ServiceModels/_sdk-versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"NewServiceVersion" : "4.0.0.0",
4-
"ProductVersion" : "4.0.139.0",
4+
"ProductVersion" : "4.0.140.0",
55
"CoreVersion" : "4.0.3.3",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -40,7 +40,7 @@
4040
"InPreview" : false
4141
},
4242
"CloudFront" : {
43-
"Version" : "4.0.9.1",
43+
"Version" : "4.0.10.0",
4444
"AssemblyVersionOverride" : "4.0",
4545
"Dependencies" : {
4646
"Core" : "4.0.3.3"
@@ -88,7 +88,7 @@
8888
"InPreview" : false
8989
},
9090
"CloudWatchLogs" : {
91-
"Version" : "4.0.11.1",
91+
"Version" : "4.0.12.0",
9292
"AssemblyVersionOverride" : "4.0",
9393
"Dependencies" : {
9494
"Core" : "4.0.3.3"

sdk/code-analysis/ServiceAnalysis/CloudFront/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.9.1")]
32+
[assembly: AssemblyFileVersion("4.0.10.0")]

sdk/code-analysis/ServiceAnalysis/CloudWatchLogs/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.11.1")]
32+
[assembly: AssemblyFileVersion("4.0.12.0")]

sdk/src/Services/CloudFront/Generated/AmazonCloudFrontConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Amazon.CloudFront
3333
public partial class AmazonCloudFrontConfig : ClientConfig
3434
{
3535
private static readonly string UserAgentString =
36-
InternalSDKUtils.BuildUserAgentString("CloudFront", "4.0.9.1");
36+
InternalSDKUtils.BuildUserAgentString("CloudFront", "4.0.10.0");
3737

3838
private static readonly AmazonCloudFrontEndpointResolver EndpointResolver =
3939
new AmazonCloudFrontEndpointResolver();

sdk/src/Services/CloudFront/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.*")]
4444
[assembly: AssemblyVersion("4.0")]
45-
[assembly: AssemblyFileVersion("4.0.9.1")]
45+
[assembly: AssemblyFileVersion("4.0.10.0")]

sdk/src/Services/CloudWatchLogs/Generated/AmazonCloudWatchLogsConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Amazon.CloudWatchLogs
3333
public partial class AmazonCloudWatchLogsConfig : ClientConfig
3434
{
3535
private static readonly string UserAgentString =
36-
InternalSDKUtils.BuildUserAgentString("CloudWatch Logs", "4.0.11.1");
36+
InternalSDKUtils.BuildUserAgentString("CloudWatch Logs", "4.0.12.0");
3737

3838
private static readonly AmazonCloudWatchLogsEndpointResolver EndpointResolver =
3939
new AmazonCloudWatchLogsEndpointResolver();

sdk/src/Services/CloudWatchLogs/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.*")]
4444
[assembly: AssemblyVersion("4.0")]
45-
[assembly: AssemblyFileVersion("4.0.11.1")]
45+
[assembly: AssemblyFileVersion("4.0.12.0")]

0 commit comments

Comments
 (0)