Skip to content

Commit ca3b882

Browse files
chore: release 1.21.2 (#601)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent ea9d07d commit ca3b882

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/google-auth/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/google-auth/#history
66

7+
### [1.21.2](https://www.github.com/googleapis/google-auth-library-python/compare/v1.21.1...v1.21.2) (2020-09-08)
8+
9+
10+
### Bug Fixes
11+
12+
* migrate signBlob to iamcredentials.googleapis.com ([#600](https://www.github.com/googleapis/google-auth-library-python/issues/600)) ([694d83f](https://www.github.com/googleapis/google-auth-library-python/commit/694d83fd23c0e8c2fde27136d1b3f8f6db6338a6))
13+
714
### [1.21.1](https://www.github.com/googleapis/google-auth-library-python/compare/v1.21.0...v1.21.1) (2020-09-03)
815

916

packages/google-auth/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
with io.open("README.rst", "r") as fh:
3434
long_description = fh.read()
3535

36-
version = "1.21.1"
36+
version = "1.21.2"
3737

3838
setup(
3939
name="google-auth",

0 commit comments

Comments
 (0)