Skip to content

Commit

Permalink
chore: release 1.11.1 (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 13, 2020
1 parent bc0ec93 commit c5b46da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

### [1.11.1](https://github.com/googleapis/google-auth-library-python/compare/v1.11.0...v1.11.1) (2020-02-13)


### Bug Fixes

* compute engine id token credentials "with_target_audience" method ([#438](https://github.com/googleapis/google-auth-library-python/issues/438)) ([bc0ec93](https://github.com/googleapis/google-auth-library-python/commit/bc0ec93dc66fdcaa6a82222386623fa44f24ddfe))
* update `_GOOGLE_OAUTH2_CERTS_URL` ([#365](https://github.com/googleapis/google-auth-library-python/issues/365)) ([054db75](https://github.com/googleapis/google-auth-library-python/commit/054db75734756b0e82e7984ca07fa80025edc908))

## [1.11.0](https://github.com/googleapis/google-auth-library-python/compare/v1.10.2...v1.11.0) (2020-01-23)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
with io.open("README.rst", "r") as fh:
long_description = fh.read()

version = "1.11.0"
version = "1.11.1"

setup(
name="google-auth",
Expand Down

0 comments on commit c5b46da

Please sign in to comment.