From af4abf63988b8c74f589bee1e69ba310d3e43c6c Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Mon, 18 May 2020 10:02:59 -0700 Subject: [PATCH] chore: update CHANGELOG for 1.9.0 (#279) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb7e6b11b6..73cd003de8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.9.0 (5/14/2020) + +* [feat] Add quotaProject param for extensible client options support (#277) +* [feat] Add signingKeyId param for jwt signing (#270) +* [docs] Misc documentation improvements (#268, #278, #273) +* [chore] Switch from Travis to Github Actions (#273) + ## 1.8.0 (3/26/2020) * [feat] Add option to throw exception in AccessToken::verify(). (#265)