We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a815e23 commit f2c755bCopy full SHA for f2c755b
CHANGELOG.rst
@@ -2,6 +2,16 @@
2
Changelog
3
*********
4
5
+1.3.7 -- 2018-09-17
6
+===================
7
+
8
+Bugfixes
9
+--------
10
11
+* Fix KMSMasterKeyProvider to determine the default region before trying to create the requested master keys.
12
+ `#83 <https://github.com/aws/aws-encryption-sdk-python/issues/83>`_
13
14
15
1.3.6 -- 2018-09-04
16
===================
17
src/aws_encryption_sdk/identifiers.py
@@ -21,7 +21,7 @@
21
22
from aws_encryption_sdk.exceptions import InvalidAlgorithmError
23
24
-__version__ = "1.3.6"
+__version__ = "1.3.7"
25
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
26
27
0 commit comments