Skip to content

Commit a9c9fcf

Browse files
Commit version number update changes
1 parent f132c1a commit a9c9fcf

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+
### 3.7.1122.0 (2025-09-12 18:16 UTC)
2+
* PaymentCryptography (3.7.503.0)
3+
* Add support for certificates to be signed by 3rd party certificate authorities. New API GetCertificateSigningRequest API and support for providing certificates at run-time for tr-34 import/export
4+
15
### 3.7.1121.0 (2025-09-11 18:24 UTC)
26
* DataZone (3.7.505.0)
37
* adding IAM principal id to IAM user profile details

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.1122.0 (2025-09-12 18:16 UTC)
2+
* PaymentCryptography (3.7.503.0)
3+
* Add support for certificates to be signed by 3rd party certificate authorities. New API GetCertificateSigningRequest API and support for providing certificates at run-time for tr-34 import/export
4+
15
### 3.7.1121.0 (2025-09-11 18:24 UTC)
26
* DataZone (3.7.505.0)
37
* adding IAM principal id to IAM user profile details

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.500.0",
4-
"ProductVersion" : "3.7.1121.0",
4+
"ProductVersion" : "3.7.1122.0",
55
"CoreVersion" : "3.7.500.18",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -2652,7 +2652,7 @@
26522652
"InPreview" : false
26532653
},
26542654
"PaymentCryptography" : {
2655-
"Version" : "3.7.502.1",
2655+
"Version" : "3.7.503.0",
26562656
"AssemblyVersionOverride" : "3.3",
26572657
"Dependencies" : {
26582658
"Core" : "3.7.500.18"

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

sdk/src/Services/PaymentCryptography/Generated/AmazonPaymentCryptographyConfig.cs

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

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

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

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

0 commit comments

Comments
 (0)