diff --git a/.changes/1.34.154.json b/.changes/1.34.154.json new file mode 100644 index 0000000000..e639f03e1e --- /dev/null +++ b/.changes/1.34.154.json @@ -0,0 +1,22 @@ +[ + { + "category": "``datazone``", + "description": "This releases Data Product feature. Data Products allow grouping data assets into cohesive, self-contained units for ease of publishing for data producers, and ease of finding and accessing for data consumers.", + "type": "api-change" + }, + { + "category": "``ecr``", + "description": "Released two new APIs along with documentation updates. The GetAccountSetting API is used to view the current basic scan type version setting for your registry, while the PutAccountSetting API is used to update the basic scan type version for your registry.", + "type": "api-change" + }, + { + "category": "``kinesis-video-webrtc-storage``", + "description": "Add JoinStorageSessionAsViewer API", + "type": "api-change" + }, + { + "category": "``pi``", + "description": "Added a description for the Dimension db.sql.tokenized_id on the DimensionGroup data type page.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-datazone-53100.json b/.changes/next-release/api-change-datazone-53100.json deleted file mode 100644 index fe2e4f92f0..0000000000 --- a/.changes/next-release/api-change-datazone-53100.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datazone``", - "description": "This releases Data Product feature. Data Products allow grouping data assets into cohesive, self-contained units for ease of publishing for data producers, and ease of finding and accessing for data consumers." -} diff --git a/.changes/next-release/api-change-ecr-82659.json b/.changes/next-release/api-change-ecr-82659.json deleted file mode 100644 index 2c4fbfbd3b..0000000000 --- a/.changes/next-release/api-change-ecr-82659.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecr``", - "description": "Released two new APIs along with documentation updates. The GetAccountSetting API is used to view the current basic scan type version setting for your registry, while the PutAccountSetting API is used to update the basic scan type version for your registry." -} diff --git a/.changes/next-release/api-change-kinesisvideowebrtcstorage-69197.json b/.changes/next-release/api-change-kinesisvideowebrtcstorage-69197.json deleted file mode 100644 index c0e1b55bee..0000000000 --- a/.changes/next-release/api-change-kinesisvideowebrtcstorage-69197.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kinesis-video-webrtc-storage``", - "description": "Add JoinStorageSessionAsViewer API" -} diff --git a/.changes/next-release/api-change-pi-94859.json b/.changes/next-release/api-change-pi-94859.json deleted file mode 100644 index 7f052fb16f..0000000000 --- a/.changes/next-release/api-change-pi-94859.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pi``", - "description": "Added a description for the Dimension db.sql.tokenized_id on the DimensionGroup data type page." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e3bd8e049d..c2fad30678 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.34.154 +======== + +* api-change:``datazone``: This releases Data Product feature. Data Products allow grouping data assets into cohesive, self-contained units for ease of publishing for data producers, and ease of finding and accessing for data consumers. +* api-change:``ecr``: Released two new APIs along with documentation updates. The GetAccountSetting API is used to view the current basic scan type version setting for your registry, while the PutAccountSetting API is used to update the basic scan type version for your registry. +* api-change:``kinesis-video-webrtc-storage``: Add JoinStorageSessionAsViewer API +* api-change:``pi``: Added a description for the Dimension db.sql.tokenized_id on the DimensionGroup data type page. + + 1.34.153 ======== diff --git a/botocore/__init__.py b/botocore/__init__.py index df63c22e6a..dcf5c55452 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.153' +__version__ = '1.34.154' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 2ef6347021..31fc4c7a90 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.153' +release = '1.34.154' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.