Skip to content

Commit 4f82c21

Browse files
committed
Commit version number update changes
1 parent 1bbedaf commit 4f82c21

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

SDK.CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 3.3.413.0 (2018-11-21 19:23 UTC)
2+
* Rekognition (3.3.13.0)
3+
* This release updates the DetectFaces and IndexFaces operation. When the Attributes input parameter is set to ALL, the face location landmarks includes 5 new landmarks: upperJawlineLeft, midJawlineLeft, chinBottom, midJawlineRight, upperJawlineRight.
4+
15
### 3.3.412.0 (2018-11-20 22:08 UTC)
26
* AppSync (3.3.4.0)
37
* AWS AppSync now supports: 1. Pipeline Resolvers - Enables execution of one or more operations against multiple data sources in order, on a single GraphQL field. This allows orchestration of actions by composing code into a single Resolver, or share code across Resolvers. 2. Aurora Serverless Data Source - Built-in resolver for executing GraphQL operations with the new Aurora Serverless Data API, including connection management functionality.

generator/ServiceModels/_sdk-versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
{
3-
"ProductVersion" : "3.3.412.0",
3+
"ProductVersion" : "3.3.413.0",
44
"CoreVersion" : "3.3.29.12",
55
"DefaultToPreview" : false,
66
"ServiceVersions" : {
@@ -609,7 +609,7 @@
609609
"InPreview" : false
610610
},
611611
"Rekognition" : {
612-
"Version" : "3.3.12.9",
612+
"Version" : "3.3.13.0",
613613
"AssemblyVersionOverride" : null,
614614
"Dependencies" : {
615615
"Core" : "3.3.29.12"

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

sdk/src/Services/Rekognition/Generated/AmazonRekognitionConfig.cs

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

3737
private string _userAgent = UserAgentString;
3838

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

4949
#if WINDOWS_PHONE || UNITY
5050
[assembly: System.CLSCompliant(false)]

0 commit comments

Comments
 (0)