From 9bea1b15105d6851b315bd622702e0b201e4e874 Mon Sep 17 00:00:00 2001 From: Jon Wayne Parrott Date: Mon, 8 May 2017 10:05:11 -0700 Subject: [PATCH] Release v1.0.1 (#159) --- CHANGELOG.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 683896db7..c1c019fb2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ========= +v1.0.1 +------ + +- Fixed a bug in the clock skew accommodation logic where expired credentials could be used for up to 5 minutes. (#158) + v1.0.0 ------ diff --git a/setup.py b/setup.py index c532378db..59ba3de24 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( name='google-auth', - version='1.0.0', + version='1.0.1', author='Google Cloud Platform', author_email='jonwayne+google-auth@google.com', description='Google Authentication Library',