diff --git a/.changes/1.35.90.json b/.changes/1.35.90.json new file mode 100644 index 0000000000..2b2057ebd8 --- /dev/null +++ b/.changes/1.35.90.json @@ -0,0 +1,12 @@ +[ + { + "category": "``ecr``", + "description": "Restoring custom endpoint functionality for ECR", + "type": "api-change" + }, + { + "category": "``ecr-public``", + "description": "Restoring custom endpoint functionality for ECR Public", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-ecr-91358.json b/.changes/next-release/api-change-ecr-91358.json deleted file mode 100644 index 630df66196..0000000000 --- a/.changes/next-release/api-change-ecr-91358.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecr``", - "description": "Restoring custom endpoint functionality for ECR" -} diff --git a/.changes/next-release/api-change-ecrpublic-69088.json b/.changes/next-release/api-change-ecrpublic-69088.json deleted file mode 100644 index c36115ae26..0000000000 --- a/.changes/next-release/api-change-ecrpublic-69088.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecr-public``", - "description": "Restoring custom endpoint functionality for ECR Public" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3de78bcd18..43e7c219c3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ CHANGELOG ========= +1.35.90 +======= + +* api-change:``ecr``: Restoring custom endpoint functionality for ECR +* api-change:``ecr-public``: Restoring custom endpoint functionality for ECR Public + + 1.35.89 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 8b19242175..a8b4708be4 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.89' +__version__ = '1.35.90' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 90dbf09c84..27fb4c0b34 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.89' +release = '1.35.90' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.