Release v1.4.1 (#244)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 192a30e..45d8c4c 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 6fec08b..aa0eaa6 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',