Skip to content

Commit

Permalink
chore(main): release google-cloud-api_gateway-v1 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Jul 1, 2022
1 parent a8901bd commit db0bad1
Show file tree
Hide file tree
Showing 3 changed files with 11 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 @@ -11,7 +11,7 @@
"google-cloud-ai_platform": "0.1.0",
"google-cloud-ai_platform-v1": "0.8.0",
"google-cloud-api_gateway": "1.0.3",
"google-cloud-api_gateway-v1": "0.1.5",
"google-cloud-api_gateway-v1": "0.2.0",
"google-cloud-apigee_connect": "1.0.1",
"google-cloud-apigee_connect-v1": "0.1.4",
"google-cloud-apigee_registry": "0.1.0",
Expand Down
9 changes: 9 additions & 0 deletions google-cloud-api_gateway-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release History

### 0.2.0 (2022-07-01)

#### Features

* Updated minimum Ruby version to 2.6 ([#18443](https://github.com/googleapis/google-cloud-ruby/issues/18443))
#### Bug Fixes

* Fixed a crash when making certain long-running-operations status calls ([#18441](https://github.com/googleapis/google-cloud-ruby/issues/18441))

### 0.1.5 / 2022-01-11

#### Bug Fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module ApiGateway
module V1
VERSION = "0.1.5"
VERSION = "0.2.0"
end
end
end
Expand Down

0 comments on commit db0bad1

Please sign in to comment.