From 173191f5defd1d9ae8bdfc28da31b63eb73dd34e Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Fri, 18 Sep 2020 14:03:05 -0600 Subject: [PATCH] chore: prepare v1.13.0 (#307) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a657c4d8..2a959d8f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.13.0 (9/18/2020) + +* [feat]: Add service account identity support to GCECredentials (#304) + ## 1.12.0 (8/31/2020) * [feat]: Add QuotaProject option to getMiddleware (#296)