diff --git a/CHANGELOG.md b/CHANGELOG.md index 37b2b5e7..9e48f259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-talent/#history +## [2.7.3](https://github.com/googleapis/python-talent/compare/v2.7.2...v2.7.3) (2022-10-07) + + +### Bug Fixes + +* **deps:** Allow protobuf 3.19.5 ([#297](https://github.com/googleapis/python-talent/issues/297)) ([21315d0](https://github.com/googleapis/python-talent/commit/21315d00960e8eeb22090a465ae917698b271bfa)) + ## [2.7.2](https://github.com/googleapis/python-talent/compare/v2.7.1...v2.7.2) (2022-09-29) diff --git a/setup.py b/setup.py index 0a461a15..e33d9300 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-talent" description = "Google Cloud Talent Solution API client library" -version = "2.7.2" +version = "2.7.3" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'