Skip to content

Commit

Permalink
chore: release 2.0.1 (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Feb 18, 2021
1 parent c815768 commit e0db42e
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-monitoring/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

[1]: https://pypi.org/project/google-cloud-monitoring/#history

### [2.0.1](https://www.github.com/googleapis/python-monitoring/compare/v2.0.0...v2.0.1) (2021-02-18)


### Bug Fixes

* allow any set query_params to work with `query.iter()` ([#83](https://www.github.com/googleapis/python-monitoring/issues/83)) ([4279c92](https://www.github.com/googleapis/python-monitoring/commit/4279c9252c21e24a43d2613de7fdb1af35dc30fc))
* remove gRPC send/recv limits and expose client transport ([#62](https://www.github.com/googleapis/python-monitoring/issues/62)) ([bec9e87](https://www.github.com/googleapis/python-monitoring/commit/bec9e87551baf9ef5d60c81810e3efa01e96377f))

## [2.0.0](https://www.github.com/googleapis/python-monitoring/compare/v1.1.0...v2.0.0) (2020-10-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-monitoring/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-monitoring"
description = "Stackdriver Monitoring API client library"
version = "2.0.0"
version = "2.0.1"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit e0db42e

Please sign in to comment.