Skip to content

Commit ca1eabc

Browse files
author
Jon Wayne Parrott
authored
Release v0.10.0 (#151)
1 parent 26a1637 commit ca1eabc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
v0.10.0
5+
-------
6+
7+
- Added ``jwt.OnDemandCredentials``. (#142)
8+
- Added new public property ``id_token`` to ``oauth2.credentials.Credentials``. (#150)
9+
- Added the ability to set the address used to communicate with the Compute Engine metadata server via the ``GCE_METADATA_ROOT`` and ``GCE_METADATA_IP`` environment variables. (#148)
10+
- Changed the way cloud project IDs are ascertained from the Google Cloud SDK. (#147)
11+
- Modified expiration logic to add a 5 minute clock skew accommodation. (#145)
12+
413
v0.9.0
514
------
615

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
setup(
3434
name='google-auth',
35-
version='0.9.0',
35+
version='0.10.0',
3636
author='Google Cloud Platform',
3737
author_email='[email protected]',
3838
description='Google Authentication Library',

0 commit comments

Comments
 (0)