We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4255b10 commit 20ba485Copy full SHA for 20ba485
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+v1.4.0
5
+------
6
+
7
+- Added `cryptography`-based RSA signer and verifier. (#185)
8
+- Added `google.oauth2.service_account.IDTokenCredentials`. (#234)
9
+- Improved documentation around ID Tokens (#224)
10
11
v1.3.0
12
------
13
setup.py
@@ -31,7 +31,7 @@
31
32
setup(
33
name='google-auth',
34
- version='1.3.0',
+ version='1.4.0',
35
author='Google Cloud Platform',
36
author_email='[email protected]',
37
description='Google Authentication Library',
0 commit comments