aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelease-please[bot] <55107282+release-please[bot]@users.noreply.github.com>2021-07-27 12:13:19 -0700
committerGitHub <noreply@github.com>2021-07-27 12:13:19 -0700
commitc3f164f91459c0f8e2919c5c138cbb89db9a5684 (patch)
treecdb2c8672ad01b10f7a2525ebe7a701237b097cc
parent7f7d92d63ffee91859fc819416af78cef3baf574 (diff)
downloadgoogle-auth-library-python-c3f164f91459c0f8e2919c5c138cbb89db9a5684.tar.gz
chore: release 1.34.0 (#816)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
-rw-r--r--CHANGELOG.md12
-rw-r--r--google/auth/version.py2
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b7abb3..88fd400 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@
[1]: https://pypi.org/project/google-auth/#history
+## [1.34.0](https://www.github.com/googleapis/google-auth-library-python/compare/v1.33.1...v1.34.0) (2021-07-23)
+
+
+### Features
+
+* support refresh callable on google.oauth2.credentials.Credentials ([#812](https://www.github.com/googleapis/google-auth-library-python/issues/812)) ([ec2fb18](https://www.github.com/googleapis/google-auth-library-python/commit/ec2fb18e7f0f452fb20e43fd0bfbb788bcf7f46b))
+
+
+### Bug Fixes
+
+* do not use the GAE APIs on gen2+ runtimes ([#807](https://www.github.com/googleapis/google-auth-library-python/issues/807)) ([7f7d92d](https://www.github.com/googleapis/google-auth-library-python/commit/7f7d92d63ffee91859fc819416af78cef3baf574))
+
### [1.33.1](https://www.github.com/googleapis/google-auth-library-python/compare/v1.33.0...v1.33.1) (2021-07-20)
diff --git a/google/auth/version.py b/google/auth/version.py
index 6327f85..bd3c61a 100644
--- a/google/auth/version.py
+++ b/google/auth/version.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "1.33.1"
+__version__ = "1.34.0"