diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ce47bce2078..cecdd2e4f8aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## 0.200.0 + +
google/cloud-container-analysis 0.2.11 + + + +### 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)) + +
+ +
google/cloud-core 1.49.3 + + + +
+ +
google/grafeas 0.6.0 + + + +### 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)) + +
+ ## 0.199.0
google/cloud-ai-platform 0.13.0 diff --git a/ContainerAnalysis/VERSION b/ContainerAnalysis/VERSION index 13dead7ebf1a..d3b5ba4bfc3a 100644 --- a/ContainerAnalysis/VERSION +++ b/ContainerAnalysis/VERSION @@ -1 +1 @@ -0.2.10 +0.2.11 diff --git a/Core/VERSION b/Core/VERSION index 666633dfe90a..16e273456511 100644 --- a/Core/VERSION +++ b/Core/VERSION @@ -1 +1 @@ -1.49.2 +1.49.3 diff --git a/Grafeas/VERSION b/Grafeas/VERSION index 8f0916f768f0..a918a2aa18d5 100644 --- a/Grafeas/VERSION +++ b/Grafeas/VERSION @@ -1 +1 @@ -0.5.0 +0.6.0 diff --git a/composer.json b/composer.json index 21a48ee492b8..4c5925d577ef 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -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": { diff --git a/docs/manifest.json b/docs/manifest.json index 3608145f5179..6d5acdcd6311 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.200.0", "v0.199.0", "v0.198.0", "v0.197.0", @@ -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", @@ -1287,6 +1289,7 @@ "name": "google/cloud-core", "defaultService": "core/servicebuilder", "versions": [ + "v1.49.3", "v1.49.2", "v1.49.1", "v1.49.0", @@ -5045,6 +5048,7 @@ "name": "google/grafeas", "defaultService": "grafeas/readme", "versions": [ + "v0.6.0", "v0.5.0", "v0.4.4", "v0.4.3", diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index fb0985c0039b..a08ee794c5ba 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.199.0'; + const VERSION = '0.200.0'; } diff --git a/src/Version.php b/src/Version.php index 8159737c0e61..96e1a678683c 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.199.0'; + const VERSION = '0.200.0'; }