chore: release 1.19.2 (#565)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 593596e..532d7d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@
[1]: https://pypi.org/project/google-auth/#history
+### [1.19.2](https://www.github.com/googleapis/google-auth-library-python/compare/v1.19.1...v1.19.2) (2020-07-17)
+
+
+### Bug fixes
+
+* Revert "fix: migrate signBlob to iamcredentials.googleapis.com" ([#563](https://www.github.com/googleapis/google-auth-library-python/issues/563)) ([a48b5b](https://www.github.com/googleapis/google-auth-library-python/commit/a48b5b9135b30ff06f1fe18dd9dbe92ffcf3a272))
+
### [1.19.1](https://www.github.com/googleapis/google-auth-library-python/compare/v1.19.0...v1.19.1) (2020-07-15)
diff --git a/setup.py b/setup.py
index 52033de..629e059 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@
with io.open("README.rst", "r") as fh:
long_description = fh.read()
-version = "1.19.1"
+version = "1.19.2"
setup(
name="google-auth",