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.0.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 14, 2020
1 parent 4480d7b commit 3f657f2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,20 @@
# Changelog
## [1.0.0](https://www.github.com/googleapis/python-billingbudgets/compare/v0.4.0...v1.0.0) (2020-07-14)


### ⚠ BREAKING CHANGES

* migrate to use microgenerator (#38)

### Features

* migrate to use microgenerator ([#38](https://www.github.com/googleapis/python-billingbudgets/issues/38)) ([4480d7b](https://www.github.com/googleapis/python-billingbudgets/commit/4480d7b44bd659b385397a8d4707eae79832faa9))


### Documentation

* add multiprocessing note ([#33](https://www.github.com/googleapis/python-billingbudgets/issues/33)) ([2fc2649](https://www.github.com/googleapis/python-billingbudgets/commit/2fc26490d54ed4bc5c2c074188533593fa863bb5))

## [0.4.0](https://www.github.com/googleapis/python-billingbudgets/compare/v0.3.0...v0.4.0) (2020-05-18)


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 = "0.4.0"
version = "1.0.0"
release_status = "Development Status :: 4 - Beta"
dependencies = [
"google-api-core[grpc] >= 1.21.0, < 2.0.0dev",
Expand Down

0 comments on commit 3f657f2

Please sign in to comment.