Release v1.0.2 (#180)
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index c1c019f..9cf2109 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,16 @@
Changelog
=========
+v1.0.2
+------
+
+- Fixed a bug where the Cloud SDK executable could not be found on Windows, leading to project ID detection failing. (#179)
+- Fixed a bug where the timeout argument wasn't being passed through the httplib transport correctly. (#175)
+- Added documentation for using the library on Google App Engine standard. (#172)
+- Testing style updates. (#168)
+- Added documentation around the oauth2client deprecation. (#165)
+- Fixed a few lint issues caught by newer versions of pylint. (#166)
+
v1.0.1
------
diff --git a/setup.py b/setup.py
index 59ba3de..e04158c 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@
setup(
name='google-auth',
- version='1.0.1',
+ version='1.0.2',
author='Google Cloud Platform',
author_email='jonwayne+google-auth@google.com',
description='Google Authentication Library',