Skip to content

Commit a0e9d9a

Browse files
Commit version number update changes
1 parent 6179133 commit a0e9d9a

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 4.0.48.0 (2025-07-16 00:41 UTC)
2+
* ECS (4.0.4.0)
3+
* This release removes hookDetails for the Amazon ECS native blue/green deployments.
4+
15
### 4.0.47.0 (2025-07-15 18:41 UTC)
26
* BedrockAgent (4.0.4.0)
37
* Add support for S3 Vectors as a vector store.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 4.0.48.0 (2025-07-16 00:41 UTC)
2+
* ECS (4.0.4.0)
3+
* This release removes hookDetails for the Amazon ECS native blue/green deployments.
4+
15
### 4.0.47.0 (2025-07-15 18:41 UTC)
26
* BedrockAgent (4.0.4.0)
37
* Add support for S3 Vectors as a vector store.

generator/ServiceModels/_sdk-versions.json

Lines changed: 2 additions & 2 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.47.0",
4+
"ProductVersion" : "4.0.48.0",
55
"CoreVersion" : "4.0.0.16",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -162,7 +162,7 @@
162162
"InPreview" : false
163163
},
164164
"ECS" : {
165-
"Version" : "4.0.3.0",
165+
"Version" : "4.0.4.0",
166166
"AssemblyVersionOverride" : "4.0",
167167
"Dependencies" : {
168168
"Core" : "4.0.0.16"

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

sdk/src/Services/ECS/Generated/AmazonECSConfig.cs

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

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

sdk/src/Services/ECS/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.3.0")]
45+
[assembly: AssemblyFileVersion("4.0.4.0")]

0 commit comments

Comments
 (0)