Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
chore(main): release 2.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Dec 8, 2022
1 parent cc7ea6c commit 7e21a8d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

[1]: https://pypi.org/project/google-cloud-monitoring/#history

## [2.11.4](https://github.com/googleapis/python-monitoring/compare/v2.11.3...v2.11.4) (2022-12-08)


### Bug Fixes

* Add metric label example to the snippet ([#509](https://github.com/googleapis/python-monitoring/issues/509)) ([48b4e35](https://github.com/googleapis/python-monitoring/commit/48b4e35dee6066035b91214ccb44022f539cb007))
* Add missing argument description ([#504](https://github.com/googleapis/python-monitoring/issues/504)) ([8d54a7e](https://github.com/googleapis/python-monitoring/commit/8d54a7e337b094e42ab544078f160c15ebc55921))
* Remove duplicate variable declaration ([#503](https://github.com/googleapis/python-monitoring/issues/503)) ([99a981c](https://github.com/googleapis/python-monitoring/commit/99a981c9b4a53597020a30503e028ecc554b4d68))

## [2.11.3](https://github.com/googleapis/python-monitoring/compare/v2.11.2...v2.11.3) (2022-10-07)


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

name = "google-cloud-monitoring"
description = "Stackdriver Monitoring API client library"
version = "2.11.3"
version = "2.11.4"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 7e21a8d

Please sign in to comment.