Skip to content

Commit

Permalink
chore(main): release google-cloud-api_hub 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Sep 14, 2024
1 parent 26bee6d commit 5a3fe8e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 10 additions & 0 deletions google-cloud-api_hub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

### 0.2.0 (2024-09-14)

### ⚠ 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
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-api_hub/lib/google/cloud/api_hub/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Cloud
module ApiHub
VERSION = "0.1.0"
VERSION = "0.2.0"
end
end
end

0 comments on commit 5a3fe8e

Please sign in to comment.