Skip to content

Commit

Permalink
Release v0.8.0 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Feb 23, 2017
1 parent ab08689 commit 0c5503e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

v0.8.0
------

- Removed one-time token behavior from ``jwt.Credentials``, audience claim is now required and fixed. (#117)
- ``crypt.Signer`` and ``crypt.Verifier`` are now abstract base classes. The concrete implementations have been renamed to ``crypt.RSASigner`` and ``crypt.RSAVerifier``. ``app_engine.Signer`` and ``iam.Signer`` now inherit from ``crypt.Signer``. (#115)
- ``transport.grpc`` now correctly calls ``Credentials.before_request``. (#116)

v0.7.0
------

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

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

0 comments on commit 0c5503e

Please sign in to comment.