diff --git a/CHANGELOG.md b/CHANGELOG.md index 50bb785a9b..3337c0fdea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ [1]: https://pypi.org/project/google-cloud-firestore/#history +## [2.5.2](https://github.com/googleapis/python-firestore/compare/v2.5.1...v2.5.2) (2022-06-01) + + +### Bug Fixes + +* **deps:** require protobuf <4.0.0dev ([#598](https://github.com/googleapis/python-firestore/issues/598)) ([1796592](https://github.com/googleapis/python-firestore/commit/1796592ffdedcace571452fe30b37bac914f7225)) + ## [2.5.1](https://github.com/googleapis/python-firestore/compare/v2.5.0...v2.5.1) (2022-05-30) diff --git a/setup.py b/setup.py index b640b8b8f5..907c8e78ed 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-firestore" description = "Google Cloud Firestore API client library" -version = "2.5.1" +version = "2.5.2" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ # NOTE: Maintainers, please do not require google-api-core>=2.x.x