Skip to content

Commit

Permalink
chore(main): release 2.5.1 (#580)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored May 30, 2022
1 parent aa16054 commit 17c1ce5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
[1]: https://pypi.org/project/google-cloud-firestore/#history


## [2.5.1](https://github.com/googleapis/python-firestore/compare/v2.5.0...v2.5.1) (2022-05-30)


### Bug Fixes

* bulk_writer default assignment ([#565](https://github.com/googleapis/python-firestore/issues/565)) ([843c278](https://github.com/googleapis/python-firestore/commit/843c27816e97f38de2d37277f65b4428362ef661))
* **deps:** Require proto-plus >=1.20.5 ([#593](https://github.com/googleapis/python-firestore/issues/593)) ([2281290](https://github.com/googleapis/python-firestore/commit/2281290b153bc6eadfe6e539ac5638a57f073990)), closes [#592](https://github.com/googleapis/python-firestore/issues/592)

## [2.5.0](https://github.com/googleapis/python-firestore/compare/v2.4.0...v2.5.0) (2022-05-05)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-firestore"
description = "Google Cloud Firestore API client library"
version = "2.5.0"
version = "2.5.1"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
Expand Down

0 comments on commit 17c1ce5

Please sign in to comment.