From 4da3a850e9d1045918099b6561165d829efbe2b7 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Wed, 18 Aug 2021 11:10:00 -0500 Subject: [PATCH] chore: prepare v1.17.0 (#356) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 399af20f5..a957961dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.17.0 (08/17/2021) + + * [fix]: consistently use useSelfSignedJwt method in ServiceAccountJwtAccessCredentials (#351) + * [feat]: add loading and executing of default client cert source (#353) + * [feat]: add support for proxy-authorization header (#347) + ## 1.16.0 (06/22/2021) * [feat]: allow ServiceAccountJwtAccessCredentials to sign scopes (#341)