Skip to content

Commit 23eb809

Browse files
authored
Bump to v1.2.0 (#130)
* bump to 1.2.0 and update changelog with possible breaking change note
1 parent 4374ad5 commit 23eb809

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
Changelog
33
*********
44

5-
1.1.2 -- 2019-10-??
5+
1.2.0 -- 2019-10-10
66
===================
77

88
Bugfixes
99
--------
1010
* Fix :class:`AwsKmsCryptographicMaterialsProvider` regional clients override bug
1111
`#124 <https://github.com/aws/aws-dynamodb-encryption-python/issues/124>`_
12+
**NOTE: It is possible that this is a breaking change for you,
13+
depending on how you are re-using any custom botocore sessions
14+
that you provide to AwsKmsCryptographicMaterialsProvider.**
1215
* Remove ``attributes`` attribute from :class:`EncryptionContext` ``str`` and ``repr`` values.
1316
`#127 <https://github.com/aws/aws-dynamodb-encryption-python/issues/127>`_
1417

src/dynamodb_encryption_sdk/identifiers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from enum import Enum
1515

1616
__all__ = ("LOGGER_NAME", "CryptoAction", "EncryptionKeyType", "KeyEncodingType")
17-
__version__ = "1.1.1"
17+
__version__ = "1.2.0"
1818

1919
LOGGER_NAME = "dynamodb_encryption_sdk"
2020
USER_AGENT_SUFFIX = "DynamodbEncryptionSdkPython/{}".format(__version__)

0 commit comments

Comments
 (0)