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..28bb0c7cf0f2 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-18) + +### ⚠ 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