Skip to content

Commit

Permalink
chore(main): release 0.200.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Mar 11, 2023
1 parent 35e403c commit a22c426
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 6 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,27 @@
# Changelog

## 0.200.0

<details><summary>google/cloud-container-analysis 0.2.11</summary>



### Bug Fixes

* **deps:** Update dependency google/grafeas to ^0.5.0 ([#5947](https://github.com/googleapis/google-cloud-php/issues/5947)) ([1253f4b](https://github.com/googleapis/google-cloud-php/commit/1253f4bf02744344e7a01789b0c8a2c399857896))

</details>

<details><summary>google/grafeas 0.6.0</summary>



### Features

* Add VULNERABILITY_ASSESSMENT Note type to grafeas v1 API, adds Vex_Assessment derived from the Note to resources' occurrences, VEX notes now be written to add CVE assessments ([#5950](https://github.com/googleapis/google-cloud-php/issues/5950)) ([35e403c](https://github.com/googleapis/google-cloud-php/commit/35e403c35ad3cb7b35f25d4f5dbafabe3b699544))

</details>

## 0.199.0

<details><summary>google/cloud-ai-platform 0.13.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion ContainerAnalysis/VERSION
@@ -1 +1 @@
0.2.10
0.2.11
2 changes: 1 addition & 1 deletion Grafeas/VERSION
@@ -1 +1 @@
0.5.0
0.6.0
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -118,7 +118,7 @@
"google/cloud-compute": "1.7.1",
"google/cloud-contact-center-insights": "1.1.0",
"google/cloud-container": "1.10.2",
"google/cloud-container-analysis": "0.2.10",
"google/cloud-container-analysis": "0.2.11",
"google/cloud-core": "1.49.2",
"google/cloud-data-catalog": "1.3.9",
"google/cloud-data-fusion": "0.2.9",
Expand Down Expand Up @@ -218,7 +218,7 @@
"google/cloud-web-risk": "1.2.4",
"google/cloud-web-security-scanner": "0.7.11",
"google/cloud-workflows": "0.2.12",
"google/grafeas": "0.5.0",
"google/grafeas": "0.6.0",
"google/longrunning": "0.2.4"
},
"suggest": {
Expand Down
3 changes: 3 additions & 0 deletions docs/manifest.json
Expand Up @@ -11,6 +11,7 @@
"name": "google/cloud",
"defaultService": "servicebuilder",
"versions": [
"v0.200.0",
"v0.199.0",
"v0.198.0",
"v0.197.0",
Expand Down Expand Up @@ -1262,6 +1263,7 @@
"name": "google/cloud-container-analysis",
"defaultService": "containeranalysis/readme",
"versions": [
"v0.2.11",
"v0.2.10",
"v0.2.9",
"v0.2.8",
Expand Down Expand Up @@ -5045,6 +5047,7 @@
"name": "google/grafeas",
"defaultService": "grafeas/readme",
"versions": [
"v0.6.0",
"v0.5.0",
"v0.4.4",
"v0.4.3",
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Expand Up @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder
/**
* @deprecated
*/
const VERSION = '0.199.0';
const VERSION = '0.200.0';
}
2 changes: 1 addition & 1 deletion src/Version.php
Expand Up @@ -22,5 +22,5 @@
*/
class Version
{
const VERSION = '0.199.0';
const VERSION = '0.200.0';
}

0 comments on commit a22c426

Please sign in to comment.