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 0d99a72 commit f857d41Copy full SHA for f857d41
packages/google-auth/CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+v1.5.0
5
+------
6
+
7
+- Warn when using user credentials from the Cloud SDK (#266)
8
+- Add compute engine-based IDTokenCredentials (#236)
9
+- Corrected some typos (#265)
10
11
v1.4.2
12
------
13
packages/google-auth/setup.py
@@ -31,7 +31,7 @@
31
32
setup(
33
name='google-auth',
34
- version='1.4.2',
+ version='1.5.0',
35
author='Google Cloud Platform',
36
author_email='[email protected]',
37
description='Google Authentication Library',
0 commit comments