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

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,21 @@
# Changelog
### [1.4.2](https://www.github.com/googleapis/python-billingbudgets/compare/v1.4.1...v1.4.2) (2021-07-27)


### Bug Fixes

* enable self signed jwt for grpc ([#121](https://www.github.com/googleapis/python-billingbudgets/issues/121)) ([84835a8](https://www.github.com/googleapis/python-billingbudgets/commit/84835a8d660b0669d6b337472fa965447914dd25))


### Documentation

* add Samples section to CONTRIBUTING.rst ([#117](https://www.github.com/googleapis/python-billingbudgets/issues/117)) ([89c5db1](https://www.github.com/googleapis/python-billingbudgets/commit/89c5db1c7fdbf1b303e322db7c9909ac86c15f5a))


### Miscellaneous Chores

* release as 1.4.2 ([#122](https://www.github.com/googleapis/python-billingbudgets/issues/122)) ([652c0b2](https://www.github.com/googleapis/python-billingbudgets/commit/652c0b239c303369701447862d98a5aa5f109213))

### [1.4.1](https://www.github.com/googleapis/python-billingbudgets/compare/v1.4.0...v1.4.1) (2021-07-20)


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.4.1"
version = "1.4.2"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
Expand Down

0 comments on commit 13de35d

Please sign in to comment.