From 03cfa11684bfe142c1e5c2a5d18175981535162c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 11:13:33 +0000 Subject: [PATCH] chore(main): release google-cloud-api_gateway-v1 2.0.0 --- .release-please-manifest.json | 2 +- google-cloud-api_gateway-v1/CHANGELOG.md | 10 ++++++++++ .../lib/google/cloud/api_gateway/v1/version.rb | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8b552837bff4..b83a4ccb24d1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -51,7 +51,7 @@ "google-cloud-alloy_db-v1beta+FILLER": "0.0.0", "google-cloud-api_gateway": "1.5.0", "google-cloud-api_gateway+FILLER": "0.0.0", - "google-cloud-api_gateway-v1": "1.2.0", + "google-cloud-api_gateway-v1": "2.0.0", "google-cloud-api_gateway-v1+FILLER": "0.0.0", "google-cloud-api_hub": "0.3.0", "google-cloud-api_hub+FILLER": "0.0.0", diff --git a/google-cloud-api_gateway-v1/CHANGELOG.md b/google-cloud-api_gateway-v1/CHANGELOG.md index a86613d8ec09..efc36a4b4a90 100644 --- a/google-cloud-api_gateway-v1/CHANGELOG.md +++ b/google-cloud-api_gateway-v1/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +### 2.0.0 (2025-02-02) + +### ⚠ BREAKING CHANGES + +* Fixed incorrect pagination on certain REST RPC methods ([#28823](https://github.com/googleapis/google-cloud-ruby/issues/28823)) + +#### Bug Fixes + +* Fixed incorrect pagination on certain REST RPC methods ([#28823](https://github.com/googleapis/google-cloud-ruby/issues/28823)) + ### 1.2.0 (2025-01-28) #### Features diff --git a/google-cloud-api_gateway-v1/lib/google/cloud/api_gateway/v1/version.rb b/google-cloud-api_gateway-v1/lib/google/cloud/api_gateway/v1/version.rb index 73e802e7e300..9280a7bfafc1 100644 --- a/google-cloud-api_gateway-v1/lib/google/cloud/api_gateway/v1/version.rb +++ b/google-cloud-api_gateway-v1/lib/google/cloud/api_gateway/v1/version.rb @@ -21,7 +21,7 @@ module Google module Cloud module ApiGateway module V1 - VERSION = "1.2.0" + VERSION = "2.0.0" end end end