diff --git a/CHANGELOG.md b/CHANGELOG.md index bce37f35a..6e066fff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-logging/#history +## [2.7.2](https://github.com/googleapis/python-logging/compare/v2.7.1...v2.7.2) (2022-06-08) + + +### Bug Fixes + +* **deps:** require protobuf<4.0.0 on v2 branch ([#568](https://github.com/googleapis/python-logging/issues/568)) ([2c6baef](https://github.com/googleapis/python-logging/commit/2c6baef44091c1ed1b6d3f0827307fffb04f0f22)) + ### [2.7.1](https://github.com/googleapis/python-logging/compare/v2.7.0...v2.7.1) (2022-04-06) diff --git a/setup.py b/setup.py index 1fefe4b14..0996471be 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-logging" description = "Stackdriver Logging API client library" -version = "2.7.1" +version = "2.7.2" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'