Skip to content

Commit 6a309ed

Browse files
authored
Merge pull request #194 from mattsb42-aws/141
1.4.1 release
2 parents 7ef7aa2 + e5dc675 commit 6a309ed

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.rst

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

5+
1.4.1 -- 2019-09-20
6+
===================
7+
8+
Bugfixes
9+
--------
10+
11+
* Fix region configuration override in botocore sessions.
12+
`#190 <https://github.com/aws/aws-encryption-sdk-python/issues/190>`_
13+
`#193 <https://github.com/aws/aws-encryption-sdk-python/pull/193>`_
14+
15+
Minor
16+
-----
17+
18+
* Caching CMM must require that max age configuration value is greater than 0.
19+
`#147 <https://github.com/aws/aws-encryption-sdk-python/issues/147>`_
20+
`#172 <https://github.com/aws/aws-encryption-sdk-python/pull/172>`_
21+
522
1.4.0 -- 2019-05-23
623
===================
724

src/aws_encryption_sdk/identifiers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# We only actually need these imports when running the mypy checks
2828
pass
2929

30-
__version__ = "1.4.0"
30+
__version__ = "1.4.1"
3131
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
3232

3333

0 commit comments

Comments
 (0)