Skip to content

Commit f3a6c5e

Browse files
Commit version number update changes
1 parent 39a914d commit f3a6c5e

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.126.0 (2025-11-04 19:19 UTC)
2+
* PinpointSMSVoiceV2 (4.0.5.0)
3+
* This release adds support for the CarrierLookup API, which returns information about a destination phone number including if the number is valid, the carrier, and more.
4+
15
### 4.0.125.0 (2025-11-03 19:32 UTC)
26
* Account (4.0.2.2)
37
* Rename internal exception property to avoid hiding inherited AmazonServiceException member.

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.126.0 (2025-11-04 19:19 UTC)
2+
* PinpointSMSVoiceV2 (4.0.5.0)
3+
* This release adds support for the CarrierLookup API, which returns information about a destination phone number including if the number is valid, the carrier, and more.
4+
15
### 4.0.125.0 (2025-11-03 19:32 UTC)
26
* Account (4.0.2.2)
37
* Rename internal exception property to avoid hiding inherited AmazonServiceException member.

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.125.0",
4+
"ProductVersion" : "4.0.126.0",
55
"CoreVersion" : "4.0.1.3",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -2276,7 +2276,7 @@
22762276
"InPreview" : false
22772277
},
22782278
"PinpointSMSVoiceV2" : {
2279-
"Version" : "4.0.4.2",
2279+
"Version" : "4.0.5.0",
22802280
"AssemblyVersionOverride" : "4.0",
22812281
"Dependencies" : {
22822282
"Core" : "4.0.1.3"

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

sdk/src/Services/PinpointSMSVoiceV2/Generated/AmazonPinpointSMSVoiceV2Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Amazon.PinpointSMSVoiceV2
3333
public partial class AmazonPinpointSMSVoiceV2Config : ClientConfig
3434
{
3535
private static readonly string UserAgentString =
36-
InternalSDKUtils.BuildUserAgentString("Pinpoint SMS Voice V2", "4.0.4.2");
36+
InternalSDKUtils.BuildUserAgentString("Pinpoint SMS Voice V2", "4.0.5.0");
3737

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

sdk/src/Services/PinpointSMSVoiceV2/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.4.2")]
45+
[assembly: AssemblyFileVersion("4.0.5.0")]

0 commit comments

Comments
 (0)