Skip to content

Commit

Permalink
Bumping version to 1.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 22, 2021
1 parent a005d60 commit dd415e6
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 32 deletions.
32 changes: 32 additions & 0 deletions .changes/1.21.5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``medialive``",
"description": "MediaLive now supports passing through style data on WebVTT caption outputs.",
"type": "api-change"
},
{
"category": "``databrew``",
"description": "This SDK release adds two new features: 1) Output to Native JDBC destinations and 2) Adding configurations to profile jobs",
"type": "api-change"
},
{
"category": "``elbv2``",
"description": "Update elbv2 client to latest version",
"type": "api-change"
},
{
"category": "``s3control``",
"description": "Documentation updates for Amazon S3-control",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release allows customers to assign prefixes to their elastic network interface and to reserve IP blocks in their subnet CIDRs. These reserved blocks can be used to assign prefixes to elastic network interfaces or be excluded from auto-assignment.",
"type": "api-change"
},
{
"category": "``qldb``",
"description": "Amazon QLDB now supports ledgers encrypted with customer managed KMS keys. Changes in CreateLedger, UpdateLedger and DescribeLedger APIs to support the changes.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-databrew-7453.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-87887.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-elbv2-78303.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-medialive-56813.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-qldb-92976.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3control-73017.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.21.5
======

* api-change:``medialive``: MediaLive now supports passing through style data on WebVTT caption outputs.
* api-change:``databrew``: This SDK release adds two new features: 1) Output to Native JDBC destinations and 2) Adding configurations to profile jobs
* api-change:``elbv2``: Update elbv2 client to latest version
* api-change:``s3control``: Documentation updates for Amazon S3-control
* api-change:``ec2``: This release allows customers to assign prefixes to their elastic network interface and to reserve IP blocks in their subnet CIDRs. These reserved blocks can be used to assign prefixes to elastic network interfaces or be excluded from auto-assignment.
* api-change:``qldb``: Amazon QLDB now supports ledgers encrypted with customer managed KMS keys. Changes in CreateLedger, UpdateLedger and DescribeLedger APIs to support the changes.


1.21.4
======

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.4'
__version__ = '1.21.5'


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.4'
release = '1.21.5'

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

0 comments on commit dd415e6

Please sign in to comment.