Skip to content

Commit 7460730

Browse files
1 parent 7b7029e commit 7460730

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

packages/google-cloud-billing/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.1.0](https://www.github.com/googleapis/python-billing/compare/v1.0.0...v1.1.0) (2020-11-17)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* add mtls support ([#19](https://www.github.com/googleapis/python-billing/issues/19)) ([fef622a](https://www.github.com/googleapis/python-billing/commit/fef622a0dddf005d8af329ee001ec41f03850427))
10+
311
## [1.0.0](https://www.github.com/googleapis/python-billing/compare/v0.1.0...v1.0.0) (2020-05-18)
412

513

packages/google-cloud-billing/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "1.0.0"
22+
version = "1.1.0"
2323

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

0 commit comments

Comments
 (0)