Skip to content

Commit 051edf2

Browse files
Commit version number update changes
1 parent 6f627e0 commit 051edf2

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

changelogs/SDK.CHANGELOG.2024.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 3.7.865.0 (2024-08-14 18:13 UTC)
2+
* CodeBuild (3.7.401.0)
3+
* AWS CodeBuild now supports using Secrets Manager to store git credentials and using multiple source credentials in a single project.
4+
15
### 3.7.864.0 (2024-08-13 18:17 UTC)
26
* Amplify (3.7.401.0)
37
* Add a new field "cacheConfig" that enables users to configure the CDN cache settings for an App

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 3.7.865.0 (2024-08-14 18:13 UTC)
2+
* CodeBuild (3.7.401.0)
3+
* AWS CodeBuild now supports using Secrets Manager to store git credentials and using multiple source credentials in a single project.
4+
15
### 3.7.864.0 (2024-08-13 18:17 UTC)
26
* Amplify (3.7.401.0)
37
* Add a new field "cacheConfig" that enables users to configure the CDN cache settings for an App

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.864.0",
4+
"ProductVersion" : "3.7.865.0",
55
"CoreVersion" : "3.7.400.5",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -660,7 +660,7 @@
660660
"InPreview" : false
661661
},
662662
"CodeBuild" : {
663-
"Version" : "3.7.400.5",
663+
"Version" : "3.7.401.0",
664664
"AssemblyVersionOverride" : "3.3",
665665
"Dependencies" : {
666666
"Core" : "3.7.400.5"

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

sdk/src/Services/CodeBuild/Generated/AmazonCodeBuildConfig.cs

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

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

sdk/src/Services/CodeBuild/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.400.5")]
47+
[assembly: AssemblyFileVersion("3.7.401.0")]
4848

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

0 commit comments

Comments
 (0)