Skip to content

Commit df6f67b

Browse files
chore(main): release google-cloud-pubsub 3.2.0 (#32405)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent a49d066 commit df6f67b

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@
657657
"google-cloud-profiler+FILLER": "0.0.0",
658658
"google-cloud-profiler-v2": "1.4.1",
659659
"google-cloud-profiler-v2+FILLER": "0.0.0",
660-
"google-cloud-pubsub": "3.1.1",
660+
"google-cloud-pubsub": "3.2.0",
661661
"google-cloud-pubsub+FILLER": "0.0.0",
662662
"google-cloud-pubsub-v1": "1.14.2",
663663
"google-cloud-pubsub-v1+FILLER": "0.0.0",

google-cloud-pubsub/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.2.0 (2026-01-30)
4+
5+
#### Features
6+
7+
* Support adhoc debug logging ([#32404](https://github.com/googleapis/google-cloud-ruby/issues/32404))
8+
39
### 3.1.1 (2025-12-16)
410

511
#### Bug Fixes

google-cloud-pubsub/lib/google/cloud/pubsub/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 PubSub
19-
VERSION = "3.1.1".freeze
19+
VERSION = "3.2.0".freeze
2020
end
2121

2222
Pubsub = PubSub unless const_defined? :Pubsub

0 commit comments

Comments
 (0)