Skip to content

Commit

Permalink
Bump to v1.2.0 (#130)
Browse files Browse the repository at this point in the history
* bump to 1.2.0 and update changelog with possible breaking change note
  • Loading branch information
mattsb42-aws authored Oct 10, 2019
1 parent 4374ad5 commit 23eb809
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
Changelog
*********

1.1.2 -- 2019-10-??
1.2.0 -- 2019-10-10
===================

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

Expand Down
2 changes: 1 addition & 1 deletion src/dynamodb_encryption_sdk/identifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from enum import Enum

__all__ = ("LOGGER_NAME", "CryptoAction", "EncryptionKeyType", "KeyEncodingType")
__version__ = "1.1.1"
__version__ = "1.2.0"

LOGGER_NAME = "dynamodb_encryption_sdk"
USER_AGENT_SUFFIX = "DynamodbEncryptionSdkPython/{}".format(__version__)
Expand Down

0 comments on commit 23eb809

Please sign in to comment.