Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
chore: release 2.0.0 (#27)
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] committed Mar 31, 2021
1 parent 1c866a6 commit 0b70af9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog

## [2.0.0](https://www.github.com/googleapis/python-monitoring-dashboards/compare/v1.0.0...v2.0.0) (2021-02-11)


### ⚠ BREAKING CHANGES

* move API to python microgenerator (#26)

### Features

* add common resource helper methods; expose client transport ([#34](https://www.github.com/googleapis/python-monitoring-dashboards/issues/34)) ([8e00d80](https://www.github.com/googleapis/python-monitoring-dashboards/commit/8e00d80b19618d42e79833cff20e2f62c08fcede))
* add support for secondary aggregation and Monitoring Query Language ([#22](https://www.github.com/googleapis/python-monitoring-dashboards/issues/22)) ([8ed9094](https://www.github.com/googleapis/python-monitoring-dashboards/commit/8ed9094df80db87caa9852279be76d69783dc9c3))
* move API to python microgenerator ([#26](https://www.github.com/googleapis/python-monitoring-dashboards/issues/26)) ([b5c1549](https://www.github.com/googleapis/python-monitoring-dashboards/commit/b5c15496bea5442524df67c56c0680f38cd8eb79))


### Bug Fixes

* remove client recv msg limit fix: add enums to `types/__init__.py` ([#37](https://www.github.com/googleapis/python-monitoring-dashboards/issues/37)) ([774660a](https://www.github.com/googleapis/python-monitoring-dashboards/commit/774660a7f4aafece9fa6d49a806efd431f509ab3))

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


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-monitoring-dashboards"
description = "Monitoring Dashboards API client library"
version = "1.0.0"
version = "2.0.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.22.0, < 2.0.0dev",
Expand Down

0 comments on commit 0b70af9

Please sign in to comment.