Skip to content

Commit

Permalink
Bumping version to 1.27.76
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 19, 2022
1 parent c9a2284 commit 628c7b1
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 22 deletions.
22 changes: 22 additions & 0 deletions .changes/1.27.76.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``cloudtrail``",
"description": "This release includes support for importing existing trails into CloudTrail Lake.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release adds CapacityAllocations field to DescribeCapacityReservations",
"type": "api-change"
},
{
"category": "``mediaconnect``",
"description": "This change allows the customer to use the SRT Caller protocol as part of their flows",
"type": "api-change"
},
{
"category": "``rds``",
"description": "This release adds support for Amazon RDS Proxy with SQL Server compatibility.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudtrail-87387.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediaconnect-97436.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rds-83798.json

This file was deleted.

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

1.27.76
=======

* api-change:``cloudtrail``: This release includes support for importing existing trails into CloudTrail Lake.
* api-change:``ec2``: This release adds CapacityAllocations field to DescribeCapacityReservations
* api-change:``mediaconnect``: This change allows the customer to use the SRT Caller protocol as part of their flows
* api-change:``rds``: This release adds support for Amazon RDS Proxy with SQL Server compatibility.


1.27.75
=======

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 os
import re

__version__ = '1.27.75'
__version__ = '1.27.76'


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.27.'
# The full version, including alpha/beta/rc tags.
release = '1.27.75'
release = '1.27.76'

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

0 comments on commit 628c7b1

Please sign in to comment.