Skip to content

Commit

Permalink
chore: release 1.1.0 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 17, 2020
1 parent 7b7029e commit 7460730
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/google-cloud-billing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.0](https://www.github.com/googleapis/python-billing/compare/v1.0.0...v1.1.0) (2020-11-17)


### Features

* add async client, support credentials_file and scopes client options ([#29](https://www.github.com/googleapis/python-billing/issues/29)) ([4177eb5](https://www.github.com/googleapis/python-billing/commit/4177eb53544392931a17a6fc8e51b24c69698969))
* add mtls support ([#19](https://www.github.com/googleapis/python-billing/issues/19)) ([fef622a](https://www.github.com/googleapis/python-billing/commit/fef622a0dddf005d8af329ee001ec41f03850427))

## [1.0.0](https://www.github.com/googleapis/python-billing/compare/v0.1.0...v1.0.0) (2020-05-18)


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.0.0"
version = "1.1.0"

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

Expand Down

0 comments on commit 7460730

Please sign in to comment.