From e1d118e6933698b35eead73b143b798e90311159 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 10:09:09 +0000 Subject: [PATCH] chore(main): release google-cloud-api_hub 0.2.0 --- .release-please-manifest.json | 2 +- google-cloud-api_hub/CHANGELOG.md | 10 ++++++++++ .../lib/google/cloud/api_hub/version.rb | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37f799403d76..8f7ba507b8f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -49,7 +49,7 @@ "google-cloud-api_gateway+FILLER": "0.0.0", "google-cloud-api_gateway-v1": "1.0.1", "google-cloud-api_gateway-v1+FILLER": "0.0.0", - "google-cloud-api_hub": "0.1.0", + "google-cloud-api_hub": "0.2.0", "google-cloud-api_hub+FILLER": "0.0.0", "google-cloud-api_hub-v1": "0.1.1", "google-cloud-api_hub-v1+FILLER": "0.0.0", diff --git a/google-cloud-api_hub/CHANGELOG.md b/google-cloud-api_hub/CHANGELOG.md index b100b476e46a..62981bbefb96 100644 --- a/google-cloud-api_hub/CHANGELOG.md +++ b/google-cloud-api_hub/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +### 0.2.0 (2024-09-15) + +### ⚠ BREAKING CHANGES + +* Drop support for gRPC transport which is not yet supported ([#27324](https://github.com/googleapis/google-cloud-ruby/issues/27324)) + +#### Bug Fixes + +* Drop support for gRPC transport which is not yet supported ([#27324](https://github.com/googleapis/google-cloud-ruby/issues/27324)) + ### 0.1.0 (2024-08-12) #### Features diff --git a/google-cloud-api_hub/lib/google/cloud/api_hub/version.rb b/google-cloud-api_hub/lib/google/cloud/api_hub/version.rb index 08c3330bb84c..24c6b51597d9 100644 --- a/google-cloud-api_hub/lib/google/cloud/api_hub/version.rb +++ b/google-cloud-api_hub/lib/google/cloud/api_hub/version.rb @@ -20,7 +20,7 @@ module Google module Cloud module ApiHub - VERSION = "0.1.0" + VERSION = "0.2.0" end end end