Skip to content

Commit

Permalink
Release v1.42.19 (2021-12-03) (#4197)
Browse files Browse the repository at this point in the history
Release v1.42.19 (2021-12-03)
===

### Service Client Updates
* `service/rekognition`: Updates service API and documentation
  * This release added new KnownGender types for Celebrity Recognition.
  • Loading branch information
aws-sdk-go-automation authored Dec 3, 2021
1 parent 59ec4d6 commit 35cb1cb
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release v1.42.19 (2021-12-03)
===

### Service Client Updates
* `service/rekognition`: Updates service API and documentation
* This release added new KnownGender types for Celebrity Recognition.

Release v1.42.18 (2021-12-02)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.42.18"
const SDKVersion = "1.42.19"
4 changes: 3 additions & 1 deletion models/apis/rekognition/2016-06-27/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2493,7 +2493,9 @@
"type":"string",
"enum":[
"Male",
"Female"
"Female",
"Nonbinary",
"Unlisted"
]
},
"Label":{
Expand Down
Loading

0 comments on commit 35cb1cb

Please sign in to comment.