diff --git a/.changes/1.35.19.json b/.changes/1.35.19.json new file mode 100644 index 0000000000..30c7713c5b --- /dev/null +++ b/.changes/1.35.19.json @@ -0,0 +1,17 @@ +[ + { + "category": "``amplify``", + "description": "Doc only update to Amplify to explain platform setting for Next.js 14 SSG only applications", + "type": "api-change" + }, + { + "category": "``ivs``", + "description": "Updates to all tags descriptions.", + "type": "api-change" + }, + { + "category": "``ivschat``", + "description": "Updates to all tags descriptions.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-amplify-20011.json b/.changes/next-release/api-change-amplify-20011.json deleted file mode 100644 index 64a7cecb11..0000000000 --- a/.changes/next-release/api-change-amplify-20011.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``amplify``", - "description": "Doc only update to Amplify to explain platform setting for Next.js 14 SSG only applications" -} diff --git a/.changes/next-release/api-change-ivs-60585.json b/.changes/next-release/api-change-ivs-60585.json deleted file mode 100644 index c5b4e52fee..0000000000 --- a/.changes/next-release/api-change-ivs-60585.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ivs``", - "description": "Updates to all tags descriptions." -} diff --git a/.changes/next-release/api-change-ivschat-56467.json b/.changes/next-release/api-change-ivschat-56467.json deleted file mode 100644 index 1621e0684f..0000000000 --- a/.changes/next-release/api-change-ivschat-56467.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ivschat``", - "description": "Updates to all tags descriptions." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5b2c84d335..9a75a3ca0c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.35.19 +======= + +* api-change:``amplify``: Doc only update to Amplify to explain platform setting for Next.js 14 SSG only applications +* api-change:``ivs``: Updates to all tags descriptions. +* api-change:``ivschat``: Updates to all tags descriptions. + + 1.35.18 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index c564201407..ac776c92a0 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.18' +__version__ = '1.35.19' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 074b98ff62..ad80b6d950 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.18' +release = '1.35.19' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.