Skip to content

Commit 900d8a3

Browse files

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

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

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

3+
### [2.2.2](https://www.github.com/googleapis/python-monitoring-dashboards/compare/v2.2.1...v2.2.2) (2021-07-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#93](https://www.github.com/googleapis/python-monitoring-dashboards/issues/93)) ([eef0a3e](https://www.github.com/googleapis/python-monitoring-dashboards/commit/eef0a3e274d29c1c7aad0799763c935b2ff4feb1))
9+
* enable self signed jwt for grpc ([#99](https://www.github.com/googleapis/python-monitoring-dashboards/issues/99)) ([0a8b547](https://www.github.com/googleapis/python-monitoring-dashboards/commit/0a8b547f8692e2158bbb1de539db7efc4bb96c4c))
10+
11+
12+
### Documentation
13+
14+
* add Samples section to CONTRIBUTING.rst ([#94](https://www.github.com/googleapis/python-monitoring-dashboards/issues/94)) ([017fcbd](https://www.github.com/googleapis/python-monitoring-dashboards/commit/017fcbd4ac623c25e56ab2161f651a3999442f9d))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* release as 2.2.2 ([#98](https://www.github.com/googleapis/python-monitoring-dashboards/issues/98)) ([3266da2](https://www.github.com/googleapis/python-monitoring-dashboards/commit/3266da2924b0b56ef7892c78700ccf7242efab0a))
20+
321
### [2.2.1](https://www.github.com/googleapis/python-monitoring-dashboards/compare/v2.2.0...v2.2.1) (2021-07-14)
422

523

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

Lines changed: 1 addition & 1 deletion
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.2.1"
25+
version = "2.2.2"
2626
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
# NOTE: Maintainers, please do not require google-api-core>=2.x.x

0 commit comments

Comments
 (0)