diff --git a/.changes/1.23.23.json b/.changes/1.23.23.json new file mode 100644 index 0000000000..d2bf6da240 --- /dev/null +++ b/.changes/1.23.23.json @@ -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" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ec2-93528.json b/.changes/next-release/api-change-ec2-93528.json deleted file mode 100644 index 6b872d436a..0000000000 --- a/.changes/next-release/api-change-ec2-93528.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "Adds waiters support for internet gateways." -} diff --git a/.changes/next-release/api-change-lexv2models-72099.json b/.changes/next-release/api-change-lexv2models-72099.json deleted file mode 100644 index 0ec0b73df4..0000000000 --- a/.changes/next-release/api-change-lexv2models-72099.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lexv2-models``", - "description": "Update lexv2-models client to latest version" -} diff --git a/.changes/next-release/api-change-networkfirewall-63785.json b/.changes/next-release/api-change-networkfirewall-63785.json deleted file mode 100644 index 5ace1cb826..0000000000 --- a/.changes/next-release/api-change-networkfirewall-63785.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``network-firewall``", - "description": "This release adds support for managed rule groups." -} diff --git a/.changes/next-release/api-change-route53domains-74838.json b/.changes/next-release/api-change-route53domains-74838.json deleted file mode 100644 index 2fb3095bed..0000000000 --- a/.changes/next-release/api-change-route53domains-74838.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-route53recoverycontrolconfig-56680.json b/.changes/next-release/api-change-route53recoverycontrolconfig-56680.json deleted file mode 100644 index 5c1fbd325b..0000000000 --- a/.changes/next-release/api-change-route53recoverycontrolconfig-56680.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-savingsplans-9287.json b/.changes/next-release/api-change-savingsplans-9287.json deleted file mode 100644 index 126c0fff02..0000000000 --- a/.changes/next-release/api-change-savingsplans-9287.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``savingsplans``", - "description": "Adds the ability to specify Savings Plans hourly commitments using five digits after the decimal point." -} diff --git a/.changes/next-release/api-change-sms-19327.json b/.changes/next-release/api-change-sms-19327.json deleted file mode 100644 index ef4ee399c0..0000000000 --- a/.changes/next-release/api-change-sms-19327.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sms``", - "description": "This release adds SMS discontinuation information to the API and CLI references." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 712109d8be..f0c2904a3f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 50f8af4e8a..31fa8ebede 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import re import logging -__version__ = '1.23.22' +__version__ = '1.23.23' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index fb1dcde0a9..073bf07c21 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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.