Skip to content

Commit

Permalink
chore(main): release 2.5.0 (#146)
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 24, 2022
1 parent 1f05084 commit 687b102
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.5.0](https://github.com/googleapis/python-monitoring-dashboards/compare/v2.4.1...v2.5.0) (2022-02-11)


### Features

* add api key support ([#147](https://github.com/googleapis/python-monitoring-dashboards/issues/147)) ([eba999f](https://github.com/googleapis/python-monitoring-dashboards/commit/eba999f337ae657e4007a5beb68a340ff0f66655))


### Bug Fixes

* raise warning on import of google.monitoring.dashboard ([#128](https://github.com/googleapis/python-monitoring-dashboards/issues/128)) ([eff7597](https://github.com/googleapis/python-monitoring-dashboards/commit/eff759717f420aab7a77e8c855546ad3e1033b68))
* resolve DuplicateCredentialArgs error when using credentials_file ([5a484df](https://github.com/googleapis/python-monitoring-dashboards/commit/5a484df3c6b00ce6253cbce055e7c7bb8cd683ed))


### Documentation

* add generated snippets ([#151](https://github.com/googleapis/python-monitoring-dashboards/issues/151)) ([cfd3240](https://github.com/googleapis/python-monitoring-dashboards/commit/cfd3240d2a0ba95723c5130b684c57c5e39745bf))

### [2.4.1](https://www.github.com/googleapis/python-monitoring-dashboards/compare/v2.4.0...v2.4.1) (2021-11-01)


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.4.1"
version = "2.5.0"
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 687b102

Please sign in to comment.