Skip to content

Commit

Permalink
Bumping version to 1.21.36
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 3, 2021
1 parent d666fcf commit d62f413
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 27 deletions.
27 changes: 27 additions & 0 deletions .changes/1.21.36.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``chime-sdk-identity``",
"description": "Documentation updates for Chime",
"type": "api-change"
},
{
"category": "``chime-sdk-messaging``",
"description": "Documentation updates for Chime",
"type": "api-change"
},
{
"category": "``outposts``",
"description": "This release adds a new API CreateOrder.",
"type": "api-change"
},
{
"category": "``frauddetector``",
"description": "Enhanced GetEventPrediction API response to include risk scores from imported SageMaker models",
"type": "api-change"
},
{
"category": "``codeguru-reviewer``",
"description": "Added support for CodeInconsistencies detectors",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-chimesdkidentity-79492.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-chimesdkmessaging-34920.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codegurureviewer-76980.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-frauddetector-25357.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-outposts-99699.json

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.21.36
=======

* api-change:``chime-sdk-identity``: Documentation updates for Chime
* api-change:``chime-sdk-messaging``: Documentation updates for Chime
* api-change:``outposts``: This release adds a new API CreateOrder.
* api-change:``frauddetector``: Enhanced GetEventPrediction API response to include risk scores from imported SageMaker models
* api-change:``codeguru-reviewer``: Added support for CodeInconsistencies detectors


1.21.35
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re
import logging

__version__ = '1.21.35'
__version__ = '1.21.36'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.21.'
# The full version, including alpha/beta/rc tags.
release = '1.21.35'
release = '1.21.36'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit d62f413

Please sign in to comment.