Skip to content

Commit

Permalink
chore(main): release 2.5.0 (#566)
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>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
release-please[bot] and parthea authored May 19, 2022
1 parent bd0fe7b commit 9c830fe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@
[1]: https://pypi.org/project/google-cloud-firestore/#history


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


### Features

* Enable RunQueryResponse.done ([#572](https://github.com/googleapis/python-firestore/issues/572)) ([3ec13da](https://github.com/googleapis/python-firestore/commit/3ec13dac8eb72dd5d5314528956a5aa8218fd5ba))


### Documentation

* clarifications for filters ([4d054b0](https://github.com/googleapis/python-firestore/commit/4d054b0f1323e1564eaa9f11326129707b1b1872))
* fix type in docstring for map fields ([4d054b0](https://github.com/googleapis/python-firestore/commit/4d054b0f1323e1564eaa9f11326129707b1b1872))

## [2.4.0](https://github.com/googleapis/python-firestore/compare/v2.3.4...v2.4.0) (2022-03-08)


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.4.0"
version = "2.5.0"
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 9c830fe

Please sign in to comment.