Skip to content

Commit

Permalink
chore(main): release google-cloud-apigee_registry-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 833d2a0
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 @@ -15,7 +15,7 @@
"google-cloud-apigee_connect": "1.0.1",
"google-cloud-apigee_connect-v1": "0.1.4",
"google-cloud-apigee_registry": "0.1.0",
"google-cloud-apigee_registry-v1": "0.1.0",
"google-cloud-apigee_registry-v1": "0.2.0",
"google-cloud-app_engine": "1.0.3",
"google-cloud-app_engine-v1": "0.4.0",
"google-cloud-artifact_registry": "1.0.1",
Expand Down
9 changes: 9 additions & 0 deletions google-cloud-apigee_registry-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### 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.0 (2022-06-22)

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

0 comments on commit 833d2a0

Please sign in to comment.