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 13, 2023
1 parent 68aca6c commit 8e6a0a9
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 8 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,33 @@
# 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/cloud-core 1.49.3</summary>



</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 Core/VERSION
@@ -1 +1 @@
1.49.2
1.49.3
2 changes: 1 addition & 1 deletion Grafeas/VERSION
@@ -1 +1 @@
0.5.0
0.6.0
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -118,8 +118,8 @@
"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-core": "1.49.2",
"google/cloud-container-analysis": "0.2.11",
"google/cloud-core": "1.49.3",
"google/cloud-data-catalog": "1.3.9",
"google/cloud-data-fusion": "0.2.9",
"google/cloud-datacatalog-lineage": "0.1.0",
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
4 changes: 4 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 All @@ -1287,6 +1289,7 @@
"name": "google/cloud-core",
"defaultService": "core/servicebuilder",
"versions": [
"v1.49.3",
"v1.49.2",
"v1.49.1",
"v1.49.0",
Expand Down Expand Up @@ -5045,6 +5048,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 8e6a0a9

Please sign in to comment.