diff --git a/packages/google-cloud-phishing-protection/CHANGELOG.md b/packages/google-cloud-phishing-protection/CHANGELOG.md index 7d6c1fd899e7..d8f13f9c6e46 100644 --- a/packages/google-cloud-phishing-protection/CHANGELOG.md +++ b/packages/google-cloud-phishing-protection/CHANGELOG.md @@ -5,6 +5,13 @@ [1]: https://pypi.org/project/google-cloud-phishing-protection/#history +## [1.6.1](https://github.com/googleapis/python-phishingprotection/compare/v1.6.0...v1.6.1) (2022-07-14) + + +### Bug Fixes + +* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#198](https://github.com/googleapis/python-phishingprotection/issues/198)) ([fd3c2a2](https://github.com/googleapis/python-phishingprotection/commit/fd3c2a237ab3de591c1ba99d2a69f79966494963)) + ## [1.6.0](https://github.com/googleapis/python-phishingprotection/compare/v1.5.2...v1.6.0) (2022-07-07) diff --git a/packages/google-cloud-phishing-protection/setup.py b/packages/google-cloud-phishing-protection/setup.py index c405b06ee6a8..83a965b44cf0 100644 --- a/packages/google-cloud-phishing-protection/setup.py +++ b/packages/google-cloud-phishing-protection/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-phishing-protection" description = "Phishing Protection API API client library" -version = "1.6.0" +version = "1.6.1" release_status = "Development Status :: 4 - Beta" dependencies = [ "google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",