diff --git a/.changes/1.35.97.json b/.changes/1.35.97.json new file mode 100644 index 0000000000..db30622d86 --- /dev/null +++ b/.changes/1.35.97.json @@ -0,0 +1,17 @@ +[ + { + "category": "``redshift``", + "description": "Additions to the PubliclyAccessible and Encrypted parameters clarifying what the defaults are.", + "type": "api-change" + }, + { + "category": "``securitylake``", + "description": "Doc only update for ServiceName that fixes several customer-reported issues", + "type": "api-change" + }, + { + "category": "``sts``", + "description": "Fixed typos in the descriptions.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-redshift-73037.json b/.changes/next-release/api-change-redshift-73037.json deleted file mode 100644 index a85dad7bd8..0000000000 --- a/.changes/next-release/api-change-redshift-73037.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``redshift``", - "description": "Additions to the PubliclyAccessible and Encrypted parameters clarifying what the defaults are." -} diff --git a/.changes/next-release/api-change-securitylake-39404.json b/.changes/next-release/api-change-securitylake-39404.json deleted file mode 100644 index e0008a07fa..0000000000 --- a/.changes/next-release/api-change-securitylake-39404.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``securitylake``", - "description": "Doc only update for ServiceName that fixes several customer-reported issues" -} diff --git a/.changes/next-release/api-change-sts-81550.json b/.changes/next-release/api-change-sts-81550.json deleted file mode 100644 index c521f7ed74..0000000000 --- a/.changes/next-release/api-change-sts-81550.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sts``", - "description": "Fixed typos in the descriptions." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 086b52ea0c..6c136d4ec1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.35.97 +======= + +* api-change:``redshift``: Additions to the PubliclyAccessible and Encrypted parameters clarifying what the defaults are. +* api-change:``securitylake``: Doc only update for ServiceName that fixes several customer-reported issues +* api-change:``sts``: Fixed typos in the descriptions. + + 1.35.96 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index e0c659e3d4..b557666e09 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.96' +__version__ = '1.35.97' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index c29e3dfb61..18c8072fcb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.35.' # The full version, including alpha/beta/rc tags. -release = '1.35.96' +release = '1.35.97' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.