Skip to content

Commit

Permalink
chore(main): release google-cloud-firestore-admin-v1 0.18.0 (#26118)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 13, 2024
1 parent e3cbe9d commit ccc9b27
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
"google-cloud-firestore+FILLER": "0.0.0",
"google-cloud-firestore-admin": "0.4.0",
"google-cloud-firestore-admin+FILLER": "0.0.0",
"google-cloud-firestore-admin-v1": "0.17.1",
"google-cloud-firestore-admin-v1": "0.18.0",
"google-cloud-firestore-admin-v1+FILLER": "0.0.0",
"google-cloud-firestore-v1": "0.14.0",
"google-cloud-firestore-v1+FILLER": "0.0.0",
Expand Down
7 changes: 7 additions & 0 deletions google-cloud-firestore-admin-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History

### 0.18.0 (2024-06-13)

#### Features

* Support for bulk delete API
* Support for including deleted resources in list_databases

### 0.17.1 (2024-04-19)

#### Documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Cloud
module Firestore
module Admin
module V1
VERSION = "0.17.1"
VERSION = "0.18.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-cloud-firestore-admin-v1",
"version": "0.17.1",
"version": "0.18.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit ccc9b27

Please sign in to comment.