Skip to content

Commit

Permalink
Release v0.9.0 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Mar 23, 2017
1 parent 75c78b2 commit 1049bb2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

v0.9.0
------

- Added ``service_account.Credentials.with_claims``. (#140)
- Moved ``google.auth.oauthlib`` and ``google.auth.flow`` to a new separate package ``google_auth_oauthlib``. (#137, #139, #135, #126)
- Added ``InstalledAppFlow`` to ``google_auth_oauthlib``. (#128)
- Fixed some packaging and documentation issues. (#131)
- Added a helpful error message when importing optional dependencies. (#125)
- Made all properties required to reconstruct ``google.oauth2.credentials.Credentials`` public. (#124)
- Added official Python 3.6 support. (#102)
- Added ``jwt.Credentials.from_signing_credentials`` and removed ``service_account.Credentials.to_jwt_credentials``. (#120)

v0.8.0
------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

setup(
name='google-auth',
version='0.8.0',
version='0.9.0',
author='Google Cloud Platform',
author_email='[email protected]',
description='Google Authentication Library',
Expand Down

0 comments on commit 1049bb2

Please sign in to comment.