Release v0.2.0
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f34fe0c..f96a9dd 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,14 @@
 Changelog
 =========
 
+v0.2.0
+------
+
+- Added gRPC support. (#67)
+- Added Requests support. (#66)
+- Added ``google.auth.credentials.with_scopes_if_required`` helper. (#65)
+- Added private helper for oauth2client migration. (#70)
+
 v0.1.0
 ------
 
diff --git a/setup.py b/setup.py
index d9d903b..a0f5ec7 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@
 
 setup(
     name='google-auth',
-    version='0.1.0',
+    version='0.2.0',
     author='Google Cloud Platform',
     author_email='jonwayne+google-auth@google.com',
     description='Google Authentication Library',