We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d9348 commit 193195eCopy full SHA for 193195e
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
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