Skip to content

Commit 1049bb2

Browse files
author
Jon Wayne Parrott
authored
Release v0.9.0 (#143)
1 parent 75c78b2 commit 1049bb2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

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

4+
v0.9.0
5+
------
6+
7+
- Added ``service_account.Credentials.with_claims``. (#140)
8+
- Moved ``google.auth.oauthlib`` and ``google.auth.flow`` to a new separate package ``google_auth_oauthlib``. (#137, #139, #135, #126)
9+
- Added ``InstalledAppFlow`` to ``google_auth_oauthlib``. (#128)
10+
- Fixed some packaging and documentation issues. (#131)
11+
- Added a helpful error message when importing optional dependencies. (#125)
12+
- Made all properties required to reconstruct ``google.oauth2.credentials.Credentials`` public. (#124)
13+
- Added official Python 3.6 support. (#102)
14+
- Added ``jwt.Credentials.from_signing_credentials`` and removed ``service_account.Credentials.to_jwt_credentials``. (#120)
15+
416
v0.8.0
517
------
618

setup.py

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

3232
setup(
3333
name='google-auth',
34-
version='0.8.0',
34+
version='0.9.0',
3535
author='Google Cloud Platform',
3636
author_email='[email protected]',
3737
description='Google Authentication Library',

0 commit comments

Comments
 (0)