Skip to content

Commit 20ba485

Browse files
author
Jon Wayne Parrott
authored
Release v1.4.0 (#240)
1 parent 4255b10 commit 20ba485

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

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

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+
411
v1.3.0
512
------
613

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='1.3.0',
34+
version='1.4.0',
3535
author='Google Cloud Platform',
3636
author_email='[email protected]',
3737
description='Google Authentication Library',

0 commit comments

Comments
 (0)