diff --git a/.changes/1.34.150.json b/.changes/1.34.150.json new file mode 100644 index 0000000000..a108a41228 --- /dev/null +++ b/.changes/1.34.150.json @@ -0,0 +1,12 @@ +[ + { + "category": "``elasticache``", + "description": "Renaming full service name as it appears in developer documentation.", + "type": "api-change" + }, + { + "category": "``memorydb``", + "description": "Renaming full service name as it appears in developer documentation.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-elasticache-97251.json b/.changes/next-release/api-change-elasticache-97251.json deleted file mode 100644 index 522f1bf528..0000000000 --- a/.changes/next-release/api-change-elasticache-97251.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``elasticache``", - "description": "Renaming full service name as it appears in developer documentation." -} diff --git a/.changes/next-release/api-change-memorydb-16572.json b/.changes/next-release/api-change-memorydb-16572.json deleted file mode 100644 index 4447f7ee06..0000000000 --- a/.changes/next-release/api-change-memorydb-16572.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``memorydb``", - "description": "Renaming full service name as it appears in developer documentation." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b94af0ca55..e6079fba19 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ CHANGELOG ========= +1.34.150 +======== + +* api-change:``elasticache``: Renaming full service name as it appears in developer documentation. +* api-change:``memorydb``: Renaming full service name as it appears in developer documentation. + + 1.34.149 ======== diff --git a/botocore/__init__.py b/botocore/__init__.py index 66ad99be9c..15502401e0 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.149' +__version__ = '1.34.150' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 3d630e66f7..d37a926684 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.1' # The full version, including alpha/beta/rc tags. -release = '1.34.149' +release = '1.34.150' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.