Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Nov 15, 2017
1 parent f1c87ff commit a9c381a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
@@ -1,3 +1,10 @@
v0.2.0
------

* Populate id_token into credentials from oauth2session (#20)
* Carry token expiry from oauth2session into Credentials object (#18) (#19)
* Accept redirect_uri as arg to flow creating classmethods. (#17)

v0.1.1
------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -34,7 +34,7 @@

setup(
name='google-auth-oauthlib',
version='0.1.1',
version='0.2.0',
author='Google Cloud Platform',
author_email='jonwayne+google-auth@google.com',
description='Google Authentication Library',
Expand Down

0 comments on commit a9c381a

Please sign in to comment.