diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a8b501..fb9b915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.6.2](https://github.com/googleapis/python-dataflow-client/compare/v0.6.1...v0.6.2) (2022-10-10) + + +### Bug Fixes + +* **deps:** Allow protobuf 3.19.5 ([#150](https://github.com/googleapis/python-dataflow-client/issues/150)) ([216c6e2](https://github.com/googleapis/python-dataflow-client/commit/216c6e2b74db6b61d85e67df39c490cb99d71835)) +* **deps:** require google-api-core>=1.33.2 ([216c6e2](https://github.com/googleapis/python-dataflow-client/commit/216c6e2b74db6b61d85e67df39c490cb99d71835)) + ## [0.6.1](https://github.com/googleapis/python-dataflow-client/compare/v0.6.0...v0.6.1) (2022-10-03) diff --git a/setup.py b/setup.py index 8ff0350..ac10bd5 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-dataflow-client" description = "Cloud Dataflow API client library" -version = "0.6.1" +version = "0.6.2" release_status = "Development Status :: 4 - Beta" url = "https://github.com/googleapis/python-dataflow-client" dependencies = [