Skip to content

Commit 9d147bc

Browse files
chore(main): release google-cloud-channel-v1 2.0.0 (#28841)
1 parent a9898b4 commit 9d147bc

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"google-cloud-certificate_manager-v1+FILLER": "0.0.0",
192192
"google-cloud-channel": "1.6.0",
193193
"google-cloud-channel+FILLER": "0.0.0",
194-
"google-cloud-channel-v1": "1.3.0",
194+
"google-cloud-channel-v1": "2.0.0",
195195
"google-cloud-channel-v1+FILLER": "0.0.0",
196196
"google-cloud-cloud_controls_partner": "1.1.0",
197197
"google-cloud-cloud_controls_partner+FILLER": "0.0.0",

google-cloud-channel-v1/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+
### 2.0.0 (2025-02-07)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* Fixed incorrect pagination on certain REST RPC methods ([#28823](https://github.com/googleapis/google-cloud-ruby/issues/28823))
8+
9+
#### Bug Fixes
10+
11+
* Fixed incorrect pagination on certain REST RPC methods ([#28823](https://github.com/googleapis/google-cloud-ruby/issues/28823))
12+
313
### 1.3.0 (2025-01-28)
414

515
#### Features

google-cloud-channel-v1/lib/google/cloud/channel/v1/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Cloud
2222
module Channel
2323
module V1
24-
VERSION = "1.3.0"
24+
VERSION = "2.0.0"
2525
end
2626
end
2727
end

google-cloud-channel-v1/snippets/snippet_metadata_google.cloud.channel.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"client_library": {
33
"name": "google-cloud-channel-v1",
4-
"version": "1.3.0",
4+
"version": "2.0.0",
55
"language": "RUBY",
66
"apis": [
77
{

0 commit comments

Comments
 (0)