Skip to content

Commit

Permalink
chore(main): release google-cloud-service_health 0.1.0 (#24430)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jan 15, 2024
1 parent bdff32a commit 7523214
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
"google-cloud-service_directory-v1+FILLER": "0.0.0",
"google-cloud-service_directory-v1beta1": "0.14.1",
"google-cloud-service_directory-v1beta1+FILLER": "0.0.0",
"google-cloud-service_health": "0.0.1",
"google-cloud-service_health": "0.1.0",
"google-cloud-service_health+FILLER": "0.0.0",
"google-cloud-service_health-v1": "0.1.0",
"google-cloud-service_health-v1+FILLER": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-service_health/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "servicehealth",
"name_pretty": "Service Health API",
"product_documentation": "https://cloud.google.com/service-health/docs/overview",
"release_level": "unreleased",
"release_level": "preview",
"repo": "googleapis/google-cloud-ruby",
"requires_billing": true,
"ruby-cloud-description": "Personalized Service Health helps you gain visibility into disruptive events impacting Google Cloud products.",
Expand Down
9 changes: 8 additions & 1 deletion google-cloud-service_health/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# Release History
# Changelog

### 0.1.0 (2024-01-15)

#### Features

* Initial generation of google-cloud-service_health ([#24418](https://github.com/googleapis/google-cloud-ruby/issues/24418))

## Release History
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Cloud
module ServiceHealth
VERSION = "0.0.1"
VERSION = "0.1.0"
end
end
end

0 comments on commit 7523214

Please sign in to comment.