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",