Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@
"google-cloud-profiler+FILLER": "0.0.0",
"google-cloud-profiler-v2": "1.4.1",
"google-cloud-profiler-v2+FILLER": "0.0.0",
"google-cloud-pubsub": "3.2.1",
"google-cloud-pubsub": "3.3.0",
"google-cloud-pubsub+FILLER": "0.0.0",
"google-cloud-pubsub-v1": "1.14.2",
"google-cloud-pubsub-v1+FILLER": "0.0.0",
Expand Down
10 changes: 10 additions & 0 deletions google-cloud-pubsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

### 3.3.0 (2026-03-19)

#### Features

* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32849](https://github.com/googleapis/google-cloud-ruby/issues/32849))
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32851](https://github.com/googleapis/google-cloud-ruby/issues/32851))
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32853](https://github.com/googleapis/google-cloud-ruby/issues/32853))
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32854](https://github.com/googleapis/google-cloud-ruby/issues/32854))
* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32855](https://github.com/googleapis/google-cloud-ruby/issues/32855))

### 3.2.1 (2026-03-04)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-pubsub/lib/google/cloud/pubsub/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module PubSub
VERSION = "3.2.1".freeze
VERSION = "3.3.0".freeze
end

Pubsub = PubSub unless const_defined? :Pubsub
Expand Down
Loading