From baac5aefdf5af45c1c658c05b43d1980c61e5bee Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 14 May 2021 13:07:10 -0400 Subject: [PATCH] Update CHANGELOG to reflect changes in PR #91 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e95dd2..c988a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,16 @@ ### [1.1.2](https://www.github.com/googleapis/python-billingbudgets/compare/v1.1.1...v1.1.2) (2021-05-14) +### Features + +* added support for configurable budget time period. ([#91](https://www.github.com/googleapis/python-billingbudgets/issues/91)) ([45110a8](https://github.com/googleapis/python-billingbudgets/commit/45110a819c79deea9232e1da4cd2c3714cc02b0a)) +* added support for self-signed JWT flow for service accounts ([#91](https://www.github.com/googleapis/python-billingbudgets/issues/91)) ([45110a8](https://github.com/googleapis/python-billingbudgets/commit/45110a819c79deea9232e1da4cd2c3714cc02b0a)) + ### Bug Fixes * use correct retry deadlines ([#66](https://www.github.com/googleapis/python-billingbudgets/issues/66)) ([ebf04ba](https://www.github.com/googleapis/python-billingbudgets/commit/ebf04baa60cba88a556465b18fb5fc3a3ae9a0a0)) +* add async client to %name_%version/init.py ([#91](https://www.github.com/googleapis/python-billingbudgets/issues/91)) ([45110a8](https://github.com/googleapis/python-billingbudgets/commit/45110a819c79deea9232e1da4cd2c3714cc02b0a)) + ### [1.1.1](https://www.github.com/googleapis/python-billingbudgets/compare/v1.1.0...v1.1.1) (2021-02-12)