We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1bbbd5 commit cf45b43Copy full SHA for cf45b43
CHANGELOG.rst
@@ -2,9 +2,15 @@
2
Changelog
3
*********
4
5
-1.3.8 -- 2018-xx-xx
+1.3.8 -- 2018-11-15
6
===================
7
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
14
Minor
15
-----
16
src/aws_encryption_sdk/identifiers.py
@@ -21,7 +21,7 @@
21
22
from aws_encryption_sdk.exceptions import InvalidAlgorithmError
23
24
-__version__ = "1.3.7"
+__version__ = "1.3.8"
25
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
26
27
0 commit comments