diff --git a/packages/google-cloud-workflows/CHANGELOG.md b/packages/google-cloud-workflows/CHANGELOG.md index aedfd23944a9..103a5a0b2bf8 100644 --- a/packages/google-cloud-workflows/CHANGELOG.md +++ b/packages/google-cloud-workflows/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.1](https://github.com/googleapis/python-workflows/compare/v1.7.0...v1.7.1) (2022-07-13) + + +### Bug Fixes + +* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#198](https://github.com/googleapis/python-workflows/issues/198)) ([cbd80e8](https://github.com/googleapis/python-workflows/commit/cbd80e85d218f70c0fce4e7d613cef664a30ebe3)) + ## [1.7.0](https://github.com/googleapis/python-workflows/compare/v1.6.3...v1.7.0) (2022-07-06) diff --git a/packages/google-cloud-workflows/setup.py b/packages/google-cloud-workflows/setup.py index 44751e6b2f67..fcabde6c73e8 100644 --- a/packages/google-cloud-workflows/setup.py +++ b/packages/google-cloud-workflows/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.7.0" +version = "1.7.1" package_root = os.path.abspath(os.path.dirname(__file__))