diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ef46c8..6ef58548 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [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-10-18) + + +### Bug Fixes + +* Add missing argument description ([#504](https://github.com/googleapis/python-monitoring/issues/504)) ([8d54a7e](https://github.com/googleapis/python-monitoring/commit/8d54a7e337b094e42ab544078f160c15ebc55921)) + ## [2.11.3](https://github.com/googleapis/python-monitoring/compare/v2.11.2...v2.11.3) (2022-10-07) diff --git a/setup.py b/setup.py index 3b2c26a7..006b0826 100644 --- a/setup.py +++ b/setup.py @@ -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'