Skip to content

Commit

Permalink
chore(main): release 2.17.2 (#952)
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: Daniel Sanche <[email protected]>
  • Loading branch information
release-please[bot] and daniel-sanche authored Aug 14, 2024
1 parent e5e5874 commit fabc701
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.17.1"
".": "2.17.2"
}
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.17.2](https://github.com/googleapis/python-firestore/compare/v2.17.1...v2.17.2) (2024-08-13)


### Bug Fixes

* Allow protobuf 5.x; require protobuf &gt;=3.20.2 ([#950](https://github.com/googleapis/python-firestore/issues/950)) ([6f86506](https://github.com/googleapis/python-firestore/commit/6f86506030ba02b8d9b3699cf9d66d6fa7df1e91))
* Support async vector search from a collection ([#949](https://github.com/googleapis/python-firestore/issues/949)) ([6446e29](https://github.com/googleapis/python-firestore/commit/6446e294b83fe202c83e3da1a66b9981f8bbe66a))

## [2.17.1](https://github.com/googleapis/python-firestore/compare/v2.17.0...v2.17.1) (2024-08-09)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/firestore/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.17.1" # {x-release-please-version}
__version__ = "2.17.2" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/firestore_admin_v1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.17.1" # {x-release-please-version}
__version__ = "2.17.2" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/firestore_bundle/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.17.1" # {x-release-please-version}
__version__ = "2.17.2" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/firestore_v1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.17.1" # {x-release-please-version}
__version__ = "2.17.2" # {x-release-please-version}

0 comments on commit fabc701

Please sign in to comment.