diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f8e42..12e7474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-oslogin/#history +## [2.7.3](https://github.com/googleapis/python-oslogin/compare/v2.7.2...v2.7.3) (2022-09-29) + + +### Bug Fixes + +* **deps:** Require protobuf >= 3.20.2 ([#227](https://github.com/googleapis/python-oslogin/issues/227)) ([799858f](https://github.com/googleapis/python-oslogin/commit/799858f120e3aaaa8f753e343e1ceb4225448a84)) + ## [2.7.2](https://github.com/googleapis/python-oslogin/compare/v2.7.1...v2.7.2) (2022-08-11) diff --git a/setup.py b/setup.py index 52f4d31..8ed84f0 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-os-login" description = "Google Cloud OS Login API client library" -version = "2.7.2" +version = "2.7.3" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'