Skip to content

Commit cf45b43

Browse files
committed
update changelog for 1.3.8 and increment version
1 parent a1bbbd5 commit cf45b43

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.rst

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22
Changelog
33
*********
44

5-
1.3.8 -- 2018-xx-xx
5+
1.3.8 -- 2018-11-15
66
===================
77

8+
Bugfixes
9+
--------
10+
11+
* Remove debug logging that may contain input data when encrypting non-default unframed messages.
12+
`#105 <https://github.com/aws/aws-encryption-sdk-python/pull/105>`_
13+
814
Minor
915
-----
1016

src/aws_encryption_sdk/identifiers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
from aws_encryption_sdk.exceptions import InvalidAlgorithmError
2323

24-
__version__ = "1.3.7"
24+
__version__ = "1.3.8"
2525
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
2626

2727

0 commit comments

Comments
 (0)