Release v0.3.1
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 5c05b85..510a2be 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,12 @@
Changelog
=========
+v0.3.1
+------
+
+- Fixed a bug where non-padded base64 encoded strings were not accepted. (#87)
+- Fixed a bug where ID token verification did not correctly call the HTTP request function. (#87)
+
v0.3.0
------
diff --git a/setup.py b/setup.py
index b0075ce..1796e4a 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@
setup(
name='google-auth',
- version='0.3.0',
+ version='0.3.1',
author='Google Cloud Platform',
author_email='jonwayne+google-auth@google.com',
description='Google Authentication Library',