We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a896d2a commit cadec89Copy full SHA for cadec89
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+v0.2.0
5
+------
6
+
7
+- Added gRPC support. (#67)
8
+- Added Requests support. (#66)
9
+- Added ``google.auth.credentials.with_scopes_if_required`` helper. (#65)
10
+- Added private helper for oauth2client migration. (#70)
11
12
v0.1.0
13
------
14
setup.py
@@ -29,7 +29,7 @@
29
30
setup(
31
name='google-auth',
32
- version='0.1.0',
+ version='0.2.0',
33
author='Google Cloud Platform',
34
author_email='[email protected]',
35
description='Google Authentication Library',
0 commit comments