Skip to content

Commit 5b81848

Browse files
chore(main): release google-cloud-firestore 3.2.0
1 parent 2eb7bb2 commit 5b81848

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
"google-cloud-financial_services+FILLER": "0.0.0",
412412
"google-cloud-financial_services-v1": "0.5.0",
413413
"google-cloud-financial_services-v1+FILLER": "0.0.0",
414-
"google-cloud-firestore": "3.1.1",
414+
"google-cloud-firestore": "3.2.0",
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",

google-cloud-firestore/CHANGELOG.md

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

3+
### 3.2.0 (2026-03-29)
4+
5+
#### Features
6+
7+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32849](https://github.com/googleapis/google-cloud-ruby/issues/32849))
8+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32851](https://github.com/googleapis/google-cloud-ruby/issues/32851))
9+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32853](https://github.com/googleapis/google-cloud-ruby/issues/32853))
10+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32854](https://github.com/googleapis/google-cloud-ruby/issues/32854))
11+
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32855](https://github.com/googleapis/google-cloud-ruby/issues/32855))
12+
313
### 3.1.1 (2025-10-31)
414

515
#### Documentation

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.1".freeze
19+
VERSION = "3.2.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)