Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore: release 1.2.0 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 18, 2021
1 parent be03be9 commit e4fd7f2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,23 @@
# Changelog
## [1.2.0](https://www.github.com/googleapis/python-billingbudgets/compare/v1.1.1...v1.2.0) (2021-05-17)

### 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))
* support 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

* **deps:** add packaging requirement ([#93](https://www.github.com/googleapis/python-billingbudgets/issues/93)) ([cbc882c](https://www.github.com/googleapis/python-billingbudgets/commit/cbc882c3562d88b4563ae715b74379390ba41e1f))
* 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))


### Miscellaneous Chores

* release 1.2.0 ([#95](https://www.github.com/googleapis/python-billingbudgets/issues/95)) ([be03be9](https://www.github.com/googleapis/python-billingbudgets/commit/be03be9af446c01ded9f7306eb376a73972de39e))

### [1.1.1](https://www.github.com/googleapis/python-billingbudgets/compare/v1.1.0...v1.1.1) (2021-02-12)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-billing-budgets"
description = "Cloud Billing Budget API API client library"
version = "1.1.1"
version = "1.2.0"
release_status = "Development Status :: 4 - Beta"
dependencies = [
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
Expand Down

0 comments on commit e4fd7f2

Please sign in to comment.