Skip to content

Commit b0f20f8

Browse files
chore(main): release google-cloud-pubsub 2.22.0 (#29423)
1 parent 32da9aa commit b0f20f8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@
579579
"google-cloud-profiler+FILLER": "0.0.0",
580580
"google-cloud-profiler-v2": "1.2.0",
581581
"google-cloud-profiler-v2+FILLER": "0.0.0",
582-
"google-cloud-pubsub": "2.21.0",
582+
"google-cloud-pubsub": "2.22.0",
583583
"google-cloud-pubsub+FILLER": "0.0.0",
584584
"google-cloud-pubsub-v1": "1.8.0",
585585
"google-cloud-pubsub-v1+FILLER": "0.0.0",

google-cloud-pubsub/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
### 2.22.0 (2025-03-27)
4+
5+
#### Features
6+
7+
* Support list schema revisions ([#29174](https://github.com/googleapis/google-cloud-ruby/issues/29174))
8+
39
### 2.21.0 (2025-03-14)
410

511
#### Features

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module PubSub
19-
VERSION = "2.21.0".freeze
19+
VERSION = "2.22.0".freeze
2020
end
2121

2222
Pubsub = PubSub unless const_defined? :Pubsub

0 commit comments

Comments
 (0)