Skip to content

Commit

Permalink
chore: release 1.3.2 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 27, 2021
1 parent cd0c1a4 commit 9280b89
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/google-cloud-billing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

### [1.3.2](https://www.github.com/googleapis/python-billing/compare/v1.3.1...v1.3.2) (2021-07-27)


### Bug Fixes

* enable self signed jwt for grpc ([#101](https://www.github.com/googleapis/python-billing/issues/101)) ([261507e](https://www.github.com/googleapis/python-billing/commit/261507e86d5e14a435fa74dea96feff187cd4f87))


### Documentation

* add Samples section to CONTRIBUTING.rst ([#97](https://www.github.com/googleapis/python-billing/issues/97)) ([05b63b3](https://www.github.com/googleapis/python-billing/commit/05b63b3f88cb7cbc77db9daedf34db5617f93ca8))


### Miscellaneous Chores

* release as 1.3.2 ([#102](https://www.github.com/googleapis/python-billing/issues/102)) ([da74027](https://www.github.com/googleapis/python-billing/commit/da74027594f06705a9f6c2fe33241514e71379b4))

### [1.3.1](https://www.github.com/googleapis/python-billing/compare/v1.3.0...v1.3.1) (2021-07-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-billing/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "1.3.1"
version = "1.3.2"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 9280b89

Please sign in to comment.