Skip to content

Commit af31c4b

Browse files
Commit version number update changes
1 parent 224a0b6 commit af31c4b

File tree

12 files changed

+29
-13
lines changed

12 files changed

+29
-13
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 4.0.73.0 (2025-08-19 18:18 UTC)
2+
* CleanRooms (4.0.3.0)
3+
* Support error message configuration for analysis templates
4+
* EC2 (4.0.31.0)
5+
* Add support for "warning" volume status.
6+
* Polly (4.0.1.0)
7+
* Added support for new output format - Opus.
8+
19
### 4.0.72.0 (2025-08-18 18:31 UTC)
210
* Batch (4.0.2.6)
311
* Added default_x86_64 and default_arm64 as values to the instanceTypes field.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 4.0.73.0 (2025-08-19 18:18 UTC)
2+
* CleanRooms (4.0.3.0)
3+
* Support error message configuration for analysis templates
4+
* EC2 (4.0.31.0)
5+
* Add support for "warning" volume status.
6+
* Polly (4.0.1.0)
7+
* Added support for new output format - Opus.
8+
19
### 4.0.72.0 (2025-08-18 18:31 UTC)
210
* Batch (4.0.2.6)
311
* Added default_x86_64 and default_arm64 as values to the instanceTypes field.

generator/ServiceModels/_sdk-versions.json

Lines changed: 4 additions & 4 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.72.0",
4+
"ProductVersion" : "4.0.73.0",
55
"CoreVersion" : "4.0.0.23",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "4.0.30.1",
157+
"Version" : "4.0.31.0",
158158
"AssemblyVersionOverride" : "4.0",
159159
"Dependencies" : {
160160
"Core" : "4.0.0.23"
@@ -628,7 +628,7 @@
628628
"InPreview" : false
629629
},
630630
"Polly" : {
631-
"Version" : "4.0.0.19",
631+
"Version" : "4.0.1.0",
632632
"AssemblyVersionOverride" : "4.0",
633633
"Dependencies" : {
634634
"Core" : "4.0.0.23"
@@ -2604,7 +2604,7 @@
26042604
"InPreview" : false
26052605
},
26062606
"CleanRooms" : {
2607-
"Version" : "4.0.2.4",
2607+
"Version" : "4.0.3.0",
26082608
"AssemblyVersionOverride" : "4.0",
26092609
"Dependencies" : {
26102610
"Core" : "4.0.0.23"

sdk/code-analysis/ServiceAnalysis/CleanRooms/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.2.4")]
32+
[assembly: AssemblyFileVersion("4.0.3.0")]

sdk/code-analysis/ServiceAnalysis/EC2/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.30.1")]
32+
[assembly: AssemblyFileVersion("4.0.31.0")]

sdk/code-analysis/ServiceAnalysis/Polly/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.0.19")]
32+
[assembly: AssemblyFileVersion("4.0.1.0")]

sdk/src/Services/CleanRooms/Generated/AmazonCleanRoomsConfig.cs

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

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

sdk/src/Services/CleanRooms/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.2.4")]
45+
[assembly: AssemblyFileVersion("4.0.3.0")]

sdk/src/Services/EC2/Generated/AmazonEC2Config.cs

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

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

sdk/src/Services/EC2/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.30.1")]
45+
[assembly: AssemblyFileVersion("4.0.31.0")]

0 commit comments

Comments
 (0)