diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 192a30eee..45d8c4c17 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ========= +v1.4.1 +------ + +- Added a check for the cryptography version before attempting to use it. (#243) + v1.4.0 ------ diff --git a/setup.py b/setup.py index 6fec08bd3..aa0eaa627 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name='google-auth', - version='1.4.0', + version='1.4.1', author='Google Cloud Platform', author_email='jonwayne+google-auth@google.com', description='Google Authentication Library',