diff --git a/.changes/1.35.94.json b/.changes/1.35.94.json new file mode 100644 index 0000000000..38ef1a57a2 --- /dev/null +++ b/.changes/1.35.94.json @@ -0,0 +1,17 @@ +[ + { + "category": "``cloudhsmv2``", + "description": "Adds support to ModifyCluster for modifying a Cluster's Hsm Type.", + "type": "api-change" + }, + { + "category": "``dynamodb``", + "description": "This release makes Amazon DynamoDB point-in-time-recovery (PITR) to be configurable. You can set PITR recovery period for each table individually to between 1 and 35 days.", + "type": "api-change" + }, + { + "category": "``imagebuilder``", + "description": "This release adds support for importing images from ISO disk files. Added new ImportDiskImage API operation.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudhsmv2-50139.json b/.changes/next-release/api-change-cloudhsmv2-50139.json deleted file mode 100644 index 13335e6e9c..0000000000 --- a/.changes/next-release/api-change-cloudhsmv2-50139.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudhsmv2``", - "description": "Adds support to ModifyCluster for modifying a Cluster's Hsm Type." -} diff --git a/.changes/next-release/api-change-dynamodb-70751.json b/.changes/next-release/api-change-dynamodb-70751.json deleted file mode 100644 index 79f1f95efe..0000000000 --- a/.changes/next-release/api-change-dynamodb-70751.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``dynamodb``", - "description": "This release makes Amazon DynamoDB point-in-time-recovery (PITR) to be configurable. You can set PITR recovery period for each table individually to between 1 and 35 days." -} diff --git a/.changes/next-release/api-change-imagebuilder-38347.json b/.changes/next-release/api-change-imagebuilder-38347.json deleted file mode 100644 index b1837e628a..0000000000 --- a/.changes/next-release/api-change-imagebuilder-38347.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``imagebuilder``", - "description": "This release adds support for importing images from ISO disk files. Added new ImportDiskImage API operation." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 36b4b887a4..78a43dc34c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.35.94 +======= + +* api-change:``cloudhsmv2``: Adds support to ModifyCluster for modifying a Cluster's Hsm Type. +* api-change:``dynamodb``: This release makes Amazon DynamoDB point-in-time-recovery (PITR) to be configurable. You can set PITR recovery period for each table individually to between 1 and 35 days. +* api-change:``imagebuilder``: This release adds support for importing images from ISO disk files. Added new ImportDiskImage API operation. + + 1.35.93 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 1354aec6a6..42fbdc7921 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.93' +__version__ = '1.35.94' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index fa48969d43..ce3a1a4062 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.93' +release = '1.35.94' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.