Skip to content

Commit

Permalink
Bumping version to 1.23.23
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 9, 2021
1 parent 74df54a commit bdfba6b
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 37 deletions.
37 changes: 37 additions & 0 deletions .changes/1.23.23.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``lexv2-models``",
"description": "Update lexv2-models client to latest version",
"type": "api-change"
},
{
"category": "``network-firewall``",
"description": "This release adds support for managed rule groups.",
"type": "api-change"
},
{
"category": "``route53-recovery-control-config``",
"description": "This release adds tagging supports to Route53 Recovery Control Configuration. New APIs: TagResource, UntagResource and ListTagsForResource. Updates: add optional field `tags` to support tagging while calling CreateCluster, CreateControlPanel and CreateSafetyRule.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Adds waiters support for internet gateways.",
"type": "api-change"
},
{
"category": "``sms``",
"description": "This release adds SMS discontinuation information to the API and CLI references.",
"type": "api-change"
},
{
"category": "``route53domains``",
"description": "Amazon Route 53 domain registration APIs now support filtering and sorting in the ListDomains API, deleting a domain by using the DeleteDomain API and getting domain pricing information by using the ListPrices API.",
"type": "api-change"
},
{
"category": "``savingsplans``",
"description": "Adds the ability to specify Savings Plans hourly commitments using five digits after the decimal point.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-93528.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lexv2models-72099.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-networkfirewall-63785.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-route53domains-74838.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-savingsplans-9287.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sms-19327.json

This file was deleted.

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

1.23.23
=======

* api-change:``lexv2-models``: Update lexv2-models client to latest version
* api-change:``network-firewall``: This release adds support for managed rule groups.
* api-change:``route53-recovery-control-config``: This release adds tagging supports to Route53 Recovery Control Configuration. New APIs: TagResource, UntagResource and ListTagsForResource. Updates: add optional field `tags` to support tagging while calling CreateCluster, CreateControlPanel and CreateSafetyRule.
* api-change:``ec2``: Adds waiters support for internet gateways.
* api-change:``sms``: This release adds SMS discontinuation information to the API and CLI references.
* api-change:``route53domains``: Amazon Route 53 domain registration APIs now support filtering and sorting in the ListDomains API, deleting a domain by using the DeleteDomain API and getting domain pricing information by using the ListPrices API.
* api-change:``savingsplans``: Adds the ability to specify Savings Plans hourly commitments using five digits after the decimal point.


1.23.22
=======

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.23.22'
__version__ = '1.23.23'


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.23.'
# The full version, including alpha/beta/rc tags.
release = '1.23.22'
release = '1.23.23'

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

0 comments on commit bdfba6b

Please sign in to comment.