Skip to content

Commit

Permalink
chore: release 2.2.2 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 28, 2021
1 parent abde372 commit 900d8a3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/google-cloud-monitoring-dashboards/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

### [2.2.2](https://www.github.com/googleapis/python-monitoring-dashboards/compare/v2.2.1...v2.2.2) (2021-07-26)


### Bug Fixes

* **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))
* 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))


### Documentation

* 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))


### Miscellaneous Chores

* 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))

### [2.2.1](https://www.github.com/googleapis/python-monitoring-dashboards/compare/v2.2.0...v2.2.1) (2021-07-14)


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

name = "google-cloud-monitoring-dashboards"
description = "Monitoring Dashboards API client library"
version = "2.2.1"
version = "2.2.2"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
Expand Down

0 comments on commit 900d8a3

Please sign in to comment.