Skip to content

Commit

Permalink
chore(main): release google-cloud-security_center_management 1.0.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 6, 2024
1 parent e7376e0 commit 7700ce3
Show file tree
Hide file tree
Showing 4 changed files with 9 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 @@ -639,7 +639,7 @@
"google-cloud-security_center-v1p1beta1+FILLER": "0.0.0",
"google-cloud-security_center-v2": "0.4.0",
"google-cloud-security_center-v2+FILLER": "0.0.0",
"google-cloud-security_center_management": "0.1.0",
"google-cloud-security_center_management": "1.0.0",
"google-cloud-security_center_management+FILLER": "0.0.0",
"google-cloud-security_center_management-v1": "1.0.0",
"google-cloud-security_center_management-v1+FILLER": "0.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "securitycentermanagement",
"name_pretty": "Security Center Management API",
"product_documentation": "https://cloud.google.com/security-command-center/docs/reference/security-center-management/rest",
"release_level": "preview",
"release_level": "stable",
"repo": "googleapis/google-cloud-ruby",
"requires_billing": true,
"ruby-cloud-description": "Management API for Security Command Center, a built-in security and risk management solution for Google Cloud. Use this API to programmatically update the settings and configuration of Security Command Center.",
Expand Down
7 changes: 6 additions & 1 deletion google-cloud-security_center_management/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Changelog

### 1.0.0 (2024-08-06)

#### Features

* Bump version to 1.0.0 ([#26595](https://github.com/googleapis/google-cloud-ruby/issues/26595))

### 0.1.0 (2024-04-25)

#### Features

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

## Release History

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Cloud
module SecurityCenterManagement
VERSION = "0.1.0"
VERSION = "1.0.0"
end
end
end

0 comments on commit 7700ce3

Please sign in to comment.