Skip to content

Commit f66ba28

Browse files
chore: release 2.2.0 (#81)
🤖 I have created a release \*beep\* \*boop\* --- ## [2.2.0](https://www.github.com/googleapis/python-monitoring-dashboards/compare/v2.1.0...v2.2.0) (2021-07-09) ### Features * add always_use_jwt_access ([#80](https://www.github.com/googleapis/python-monitoring-dashboards/issues/80)) ([a907b7d](https://www.github.com/googleapis/python-monitoring-dashboards/commit/a907b7dcf6d7b5013950e4f3457ce6a11ebb382c)) * added alert chart widget ([509abf5](https://www.github.com/googleapis/python-monitoring-dashboards/commit/509abf5b4354225b9383a59b748ca4498b524757)) * added validation only mode when writing dashboards ([#86](https://www.github.com/googleapis/python-monitoring-dashboards/issues/86)) ([509abf5](https://www.github.com/googleapis/python-monitoring-dashboards/commit/509abf5b4354225b9383a59b748ca4498b524757)) ### Bug Fixes * disable always_use_jwt_access ([#84](https://www.github.com/googleapis/python-monitoring-dashboards/issues/84)) ([d9b1482](https://www.github.com/googleapis/python-monitoring-dashboards/commit/d9b148215d701339263cf515dafc255f1ddf0b7e)) ### Documentation * omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-monitoring-dashboards/issues/1127)) ([#75](https://www.github.com/googleapis/python-monitoring-dashboards/issues/75)) ([f267b35](https://www.github.com/googleapis/python-monitoring-dashboards/commit/f267b356fefab3bc79c8d001ae14158a75b95f72)), closes [#1126](https://www.github.com/googleapis/python-monitoring-dashboards/issues/1126) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 212ea59 commit f66ba28

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

packages/google-cloud-monitoring-dashboards/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [2.2.0](https://www.github.com/googleapis/python-monitoring-dashboards/compare/v2.1.0...v2.2.0) (2021-07-09)
4+
5+
6+
### Features
7+
8+
* add always_use_jwt_access ([#80](https://www.github.com/googleapis/python-monitoring-dashboards/issues/80)) ([a907b7d](https://www.github.com/googleapis/python-monitoring-dashboards/commit/a907b7dcf6d7b5013950e4f3457ce6a11ebb382c))
9+
* added alert chart widget ([509abf5](https://www.github.com/googleapis/python-monitoring-dashboards/commit/509abf5b4354225b9383a59b748ca4498b524757))
10+
* added validation only mode when writing dashboards ([#86](https://www.github.com/googleapis/python-monitoring-dashboards/issues/86)) ([509abf5](https://www.github.com/googleapis/python-monitoring-dashboards/commit/509abf5b4354225b9383a59b748ca4498b524757))
11+
12+
13+
### Bug Fixes
14+
15+
* disable always_use_jwt_access ([#84](https://www.github.com/googleapis/python-monitoring-dashboards/issues/84)) ([d9b1482](https://www.github.com/googleapis/python-monitoring-dashboards/commit/d9b148215d701339263cf515dafc255f1ddf0b7e))
16+
17+
18+
### Documentation
19+
20+
* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-monitoring-dashboards/issues/1127)) ([#75](https://www.github.com/googleapis/python-monitoring-dashboards/issues/75)) ([f267b35](https://www.github.com/googleapis/python-monitoring-dashboards/commit/f267b356fefab3bc79c8d001ae14158a75b95f72)), closes [#1126](https://www.github.com/googleapis/python-monitoring-dashboards/issues/1126)
21+
322
## [2.1.0](https://www.github.com/googleapis/python-monitoring-dashboards/compare/v2.0.0...v2.1.0) (2021-05-22)
423

524

packages/google-cloud-monitoring-dashboards/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-monitoring-dashboards"
2424
description = "Monitoring Dashboards API client library"
25-
version = "2.1.0"
25+
version = "2.2.0"
2626
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.26.0, <2.0.0dev",

0 commit comments

Comments
 (0)