Release 1.4.2 (#263)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 45d8c4c..9d22c60 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,15 @@
 Changelog
 =========
 
+v1.4.2
+------
+
+- Raise a helpful exception when trying to refresh credentials without a refresh token. (#262)
+- Fix links to README and CONTRIBUTING in docs/index.rst. (#260)
+- Fix a typo in credentials.py. (#256)
+- Use pytest instead of py.test per upstream recommendation, #dropthedot. (#255)
+- Fix typo on exemple of jwt usage (#245)
+
 v1.4.1
 ------
 
diff --git a/setup.py b/setup.py
index aa0eaa6..a1af80f 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@
 
 setup(
     name='google-auth',
-    version='1.4.1',
+    version='1.4.2',
     author='Google Cloud Platform',
     author_email='jonwayne+google-auth@google.com',
     description='Google Authentication Library',