Skip to content

Commit bdfba6b

Browse files
Bumping version to 1.23.23
1 parent 74df54a commit bdfba6b

11 files changed

+51
-37
lines changed

.changes/1.23.23.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``lexv2-models``",
4+
"description": "Update lexv2-models client to latest version",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``network-firewall``",
9+
"description": "This release adds support for managed rule groups.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``route53-recovery-control-config``",
14+
"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.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ec2``",
19+
"description": "Adds waiters support for internet gateways.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``sms``",
24+
"description": "This release adds SMS discontinuation information to the API and CLI references.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``route53domains``",
29+
"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.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``savingsplans``",
34+
"description": "Adds the ability to specify Savings Plans hourly commitments using five digits after the decimal point.",
35+
"type": "api-change"
36+
}
37+
]

.changes/next-release/api-change-ec2-93528.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-lexv2models-72099.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-networkfirewall-63785.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-route53domains-74838.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-route53recoverycontrolconfig-56680.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-savingsplans-9287.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-sms-19327.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
CHANGELOG
33
=========
44

5+
1.23.23
6+
=======
7+
8+
* api-change:``lexv2-models``: Update lexv2-models client to latest version
9+
* api-change:``network-firewall``: This release adds support for managed rule groups.
10+
* 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.
11+
* api-change:``ec2``: Adds waiters support for internet gateways.
12+
* api-change:``sms``: This release adds SMS discontinuation information to the API and CLI references.
13+
* 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.
14+
* api-change:``savingsplans``: Adds the ability to specify Savings Plans hourly commitments using five digits after the decimal point.
15+
16+
517
1.23.22
618
=======
719

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import re
1717
import logging
1818

19-
__version__ = '1.23.22'
19+
__version__ = '1.23.23'
2020

2121

2222
class NullHandler(logging.Handler):

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# The short X.Y version.
5555
version = '1.23.'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '1.23.22'
57+
release = '1.23.23'
5858

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

0 commit comments

Comments
 (0)