Skip to content

Commit 370cd11

Browse files
chore(main): release google-cloud-firestore-admin-v1 1.12.0 (#33556)
1 parent 8d04ea4 commit 370cd11

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
"google-cloud-firestore+FILLER": "0.0.0",
416416
"google-cloud-firestore-admin": "0.6.0",
417417
"google-cloud-firestore-admin+FILLER": "0.0.0",
418-
"google-cloud-firestore-admin-v1": "1.11.0",
418+
"google-cloud-firestore-admin-v1": "1.12.0",
419419
"google-cloud-firestore-admin-v1+FILLER": "0.0.0",
420420
"google-cloud-firestore-v1": "2.3.0",
421421
"google-cloud-firestore-v1+FILLER": "0.0.0",

google-cloud-firestore-admin-v1/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History
22

3+
### 1.12.0 (2026-04-02)
4+
5+
#### Features
6+
7+
* add `expiration_offset` to `Field` ([#33446](https://github.com/googleapis/google-cloud-ruby/issues/33446))
8+
* publish client batch config schema ([#33434](https://github.com/googleapis/google-cloud-ruby/issues/33434))
9+
310
### 1.11.0 (2026-03-19)
411

512
#### Features

google-cloud-firestore-admin-v1/lib/google/cloud/firestore/admin/v1/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module Cloud
2222
module Firestore
2323
module Admin
2424
module V1
25-
VERSION = "1.11.0"
25+
VERSION = "1.12.0"
2626
end
2727
end
2828
end

google-cloud-firestore-admin-v1/snippets/snippet_metadata_google.firestore.admin.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"client_library": {
33
"name": "google-cloud-firestore-admin-v1",
4-
"version": "1.11.0",
4+
"version": "1.12.0",
55
"language": "RUBY",
66
"apis": [
77
{

0 commit comments

Comments
 (0)