Skip to content

Commit a0c44ea

Browse files
authored
bump version to 1.1.0 and update changelog (#110)
1 parent 831321a commit a0c44ea

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
33
*********
44

5+
1.1.0 -- 2019-03-13
6+
===================
7+
8+
Features
9+
--------
10+
* Batch write operations via the high-level helper clients now return plaintext items in ``UnprocessedItems``.
11+
`#107 <https://github.com/aws/aws-dynamodb-encryption-python/pull/107>`_
12+
513
1.0.7 -- 2018-01-16
614
===================
715

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.0.7"
17+
__version__ = "1.1.0"
1818

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

0 commit comments

Comments
 (0)