Skip to content

Commit f76afeb

Browse files
Commit version number update changes
1 parent ff980f5 commit f76afeb

File tree

7 files changed

+15
-16
lines changed

7 files changed

+15
-16
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 3.7.968.0 (2025-01-23 19:16 UTC)
2+
* EC2 (3.7.428.0)
3+
* Added "future" allocation type for future dated capacity reservation
4+
* fix: Fixed an issue where custom AmazonEC2Client.DryRun() method was not working for non-BCL targets. Also included this method in IAmazonEC2 interface.
5+
16
### 3.7.967.0 (2025-01-22 19:29 UTC)
27
* BedrockAgentRuntime (3.7.416.0)
38
* Adds multi-turn input support for an Agent node in an Amazon Bedrock Flow

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 3.7.968.0 (2025-01-23 19:16 UTC)
2+
* EC2 (3.7.428.0)
3+
* Added "future" allocation type for future dated capacity reservation
4+
* fix: Fixed an issue where custom AmazonEC2Client.DryRun() method was not working for non-BCL targets. Also included this method in IAmazonEC2 interface.
5+
16
### 3.7.967.0 (2025-01-22 19:29 UTC)
27
* BedrockAgentRuntime (3.7.416.0)
38
* Adds multi-turn input support for an Agent node in an Amazon Bedrock Flow

generator/.DevConfigs/2a17f370-6558-4542-a38f-2361e83b84ea.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

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" : "3.7.400.0",
4-
"ProductVersion" : "3.7.967.0",
4+
"ProductVersion" : "3.7.968.0",
55
"CoreVersion" : "3.7.401.4",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "3.7.427.2",
157+
"Version" : "3.7.428.0",
158158
"AssemblyVersionOverride" : "3.3",
159159
"Dependencies" : {
160160
"Core" : "3.7.401.4"

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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.427.2")]
32+
[assembly: AssemblyFileVersion("3.7.428.0")]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.EC2
3232
public partial class AmazonEC2Config : ClientConfig
3333
{
3434
private static readonly string UserAgentString =
35-
InternalSDKUtils.BuildUserAgentString("EC2", "3.7.427.2");
35+
InternalSDKUtils.BuildUserAgentString("EC2", "3.7.428.0");
3636

3737
private string _userAgent = UserAgentString;
3838
///<summary>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
// by using the '*' as shown below:
4545
// [assembly: AssemblyVersion("1.0.*")]
4646
[assembly: AssemblyVersion("3.3")]
47-
[assembly: AssemblyFileVersion("3.7.427.2")]
47+
[assembly: AssemblyFileVersion("3.7.428.0")]
4848

4949
#if BCL
5050
[assembly: System.Security.AllowPartiallyTrustedCallers]

0 commit comments

Comments
 (0)