Skip to content

Commit

Permalink
Merge pull request #194 from mattsb42-aws/141
Browse files Browse the repository at this point in the history
1.4.1 release
  • Loading branch information
mattsb42-aws committed Sep 20, 2019
2 parents 7ef7aa2 + e5dc675 commit 6a309ed
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
Changelog
*********

1.4.1 -- 2019-09-20
===================

Bugfixes
--------

* Fix region configuration override in botocore sessions.
`#190 <https://github.com/aws/aws-encryption-sdk-python/issues/190>`_
`#193 <https://github.com/aws/aws-encryption-sdk-python/pull/193>`_

Minor
-----

* Caching CMM must require that max age configuration value is greater than 0.
`#147 <https://github.com/aws/aws-encryption-sdk-python/issues/147>`_
`#172 <https://github.com/aws/aws-encryption-sdk-python/pull/172>`_

1.4.0 -- 2019-05-23
===================

Expand Down
2 changes: 1 addition & 1 deletion src/aws_encryption_sdk/identifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# We only actually need these imports when running the mypy checks
pass

__version__ = "1.4.0"
__version__ = "1.4.1"
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)


Expand Down

0 comments on commit 6a309ed

Please sign in to comment.