diff --git a/.changes/1.34.115.json b/.changes/1.34.115.json new file mode 100644 index 0000000000..a66e32cfa7 --- /dev/null +++ b/.changes/1.34.115.json @@ -0,0 +1,27 @@ +[ + { + "category": "``athena``", + "description": "Throwing validation errors on CreateNotebook with Name containing `/`,`:`,`\\`", + "type": "api-change" + }, + { + "category": "``codebuild``", + "description": "AWS CodeBuild now supports manually creating GitHub webhooks", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect.", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "Add optional field JobMode to CreateJob and UpdateJob APIs.", + "type": "api-change" + }, + { + "category": "``securityhub``", + "description": "Add ROOT type for TargetType model", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-athena-12514.json b/.changes/next-release/api-change-athena-12514.json deleted file mode 100644 index 0c11abae31..0000000000 --- a/.changes/next-release/api-change-athena-12514.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``athena``", - "description": "Throwing validation errors on CreateNotebook with Name containing `/`,`:`,`\\`" -} diff --git a/.changes/next-release/api-change-codebuild-94096.json b/.changes/next-release/api-change-codebuild-94096.json deleted file mode 100644 index fdee939a9f..0000000000 --- a/.changes/next-release/api-change-codebuild-94096.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codebuild``", - "description": "AWS CodeBuild now supports manually creating GitHub webhooks" -} diff --git a/.changes/next-release/api-change-connect-56255.json b/.changes/next-release/api-change-connect-56255.json deleted file mode 100644 index 9b2193336b..0000000000 --- a/.changes/next-release/api-change-connect-56255.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect." -} diff --git a/.changes/next-release/api-change-glue-82345.json b/.changes/next-release/api-change-glue-82345.json deleted file mode 100644 index 44cb4e3612..0000000000 --- a/.changes/next-release/api-change-glue-82345.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "Add optional field JobMode to CreateJob and UpdateJob APIs." -} diff --git a/.changes/next-release/api-change-securityhub-97660.json b/.changes/next-release/api-change-securityhub-97660.json deleted file mode 100644 index c33a520f71..0000000000 --- a/.changes/next-release/api-change-securityhub-97660.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``securityhub``", - "description": "Add ROOT type for TargetType model" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 827803baec..74f60a2896 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.34.115 +======== + +* api-change:``athena``: Throwing validation errors on CreateNotebook with Name containing `/`,`:`,`\` +* api-change:``codebuild``: AWS CodeBuild now supports manually creating GitHub webhooks +* api-change:``connect``: This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect. +* api-change:``glue``: Add optional field JobMode to CreateJob and UpdateJob APIs. +* api-change:``securityhub``: Add ROOT type for TargetType model + + 1.34.114 ======== diff --git a/botocore/__init__.py b/botocore/__init__.py index e731236cac..8d2030e055 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.114' +__version__ = '1.34.115' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 68100a0578..0b8ec6d25b 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.114' +release = '1.34.115' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.