From b6db1db2055d122614647e492cd3dcd444ebb7e7 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 4 Nov 2020 17:53:54 -0700 Subject: [PATCH] chore: release 1.1.0 (#54) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67477b7..c480169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +## [1.1.0](https://www.github.com/googleapis/python-billingbudgets/compare/v1.0.1...v1.1.0) (2020-11-05) + + +### Features + +* add v1 ([#53](https://www.github.com/googleapis/python-billingbudgets/issues/53)) ([72ec268](https://www.github.com/googleapis/python-billingbudgets/commit/72ec26816d2ceb7217783f8a692b552fe5a2b28a)) + ### [1.0.1](https://www.github.com/googleapis/python-billingbudgets/compare/v1.0.0...v1.0.1) (2020-08-03) diff --git a/setup.py b/setup.py index f288ea0..76bb25c 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-billing-budgets" description = "Cloud Billing Budget API API client library" -version = "1.0.1" +version = "1.1.0" release_status = "Development Status :: 4 - Beta" dependencies = [ "google-api-core[grpc] >= 1.22.0, < 2.0.0dev",