Skip to content

Commit

Permalink
Bumping version to 1.20.111
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 13, 2021
1 parent 3d73355 commit 7172c69
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 32 deletions.
32 changes: 32 additions & 0 deletions .changes/1.20.111.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``amplifybackend``",
"description": "Added Sign in with Apple OAuth provider.",
"type": "api-change"
},
{
"category": "``redshift``",
"description": "Release new APIs to support new Redshift feature - Authentication Profile",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "Changes to OpsCenter APIs to support a new feature, operational insights.",
"type": "api-change"
},
{
"category": "``lex-models``",
"description": "Customers can now migrate bots built with Lex V1 APIs to V2 APIs. This release adds APIs to initiate and manage the migration of a bot.",
"type": "api-change"
},
{
"category": "``directconnect``",
"description": "This release adds a new filed named awsLogicalDeviceId that it displays the AWS Direct Connect endpoint which terminates a physical connection's BGP Sessions.",
"type": "api-change"
},
{
"category": "``pricing``",
"description": "Documentation updates for api.pricing",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-amplifybackend-45020.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-directconnect-21400.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lexmodels-59105.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-pricing-25708.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-redshift-41046.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ssm-36561.json

This file was deleted.

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

1.20.111
========

* api-change:``amplifybackend``: Added Sign in with Apple OAuth provider.
* api-change:``redshift``: Release new APIs to support new Redshift feature - Authentication Profile
* api-change:``ssm``: Changes to OpsCenter APIs to support a new feature, operational insights.
* api-change:``lex-models``: Customers can now migrate bots built with Lex V1 APIs to V2 APIs. This release adds APIs to initiate and manage the migration of a bot.
* api-change:``directconnect``: This release adds a new filed named awsLogicalDeviceId that it displays the AWS Direct Connect endpoint which terminates a physical connection's BGP Sessions.
* api-change:``pricing``: Documentation updates for api.pricing


1.20.110
========

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.20.110'
__version__ = '1.20.111'


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.20.1'
# The full version, including alpha/beta/rc tags.
release = '1.20.110'
release = '1.20.111'

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

0 comments on commit 7172c69

Please sign in to comment.