From 746a0aa7474c345736e6fa8a7d28a8458242cca5 Mon Sep 17 00:00:00 2001 From: Jon Wayne Parrott Date: Thu, 17 Nov 2016 10:17:59 -0800 Subject: [PATCH] Release v0.3.1 --- CHANGELOG.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5c05b8530..510a2be25 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 b0075ceb9..1796e4a85 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',