diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f920c35..7b56cde6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-build/#history +## [1.1.2](https://github.com/googleapis/python-cloudbuild/compare/v1.1.1...v1.1.2) (2022-06-07) + + +### Bug Fixes + +* **deps:** require protobuf<4.0.0 on v1 branch ([#298](https://github.com/googleapis/python-cloudbuild/issues/298)) ([0480873](https://github.com/googleapis/python-cloudbuild/commit/04808730c87b54cb93a848810b60c82d90b1a8eb)) + ### [1.1.1](https://github.com/googleapis/python-cloudbuild/compare/v1.1.0...v1.1.1) (2022-04-04) diff --git a/setup.py b/setup.py index a69cb8c4..8fac63e3 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-build" description = "Google Cloud Build API client library" -version = "1.1.1" +version = "1.1.2" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'