Skip to content

Commit 85c4366

Browse files
chore(main): release google-cloud-firestore 3.1.1 (#32141)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 0571b76 commit 85c4366

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
"google-cloud-financial_services+FILLER": "0.0.0",
404404
"google-cloud-financial_services-v1": "0.4.1",
405405
"google-cloud-financial_services-v1+FILLER": "0.0.0",
406-
"google-cloud-firestore": "3.1.0",
406+
"google-cloud-firestore": "3.1.1",
407407
"google-cloud-firestore+FILLER": "0.0.0",
408408
"google-cloud-firestore-admin": "0.5.2",
409409
"google-cloud-firestore-admin+FILLER": "0.0.0",

google-cloud-firestore/CHANGELOG.md

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

3+
### 3.1.1 (2025-10-31)
4+
5+
#### Documentation
6+
7+
* add warning about loading unvalidated credentials ([#32121](https://github.com/googleapis/google-cloud-ruby/issues/32121))
8+
39
### 3.1.0 (2025-08-07)
410

511
#### Features

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Firestore
19-
VERSION = "3.1.0".freeze
19+
VERSION = "3.1.1".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)