Skip to content

Commit

Permalink
chore(main): release google-cloud-ai_platform-v1 0.9.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 a6ccc9c
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 @@ -9,7 +9,7 @@
"google-cloud-access_approval": "1.1.4",
"google-cloud-access_approval-v1": "0.6.0",
"google-cloud-ai_platform": "0.1.0",
"google-cloud-ai_platform-v1": "0.8.0",
"google-cloud-ai_platform-v1": "0.9.0",
"google-cloud-api_gateway": "1.0.3",
"google-cloud-api_gateway-v1": "0.1.5",
"google-cloud-apigee_connect": "1.0.1",
Expand Down
9 changes: 9 additions & 0 deletions google-cloud-ai_platform-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### 0.9.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.8.0 (2022-06-27)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module AIPlatform
module V1
VERSION = "0.8.0"
VERSION = "0.9.0"
end
end
end
Expand Down

0 comments on commit a6ccc9c

Please sign in to comment.