From 68a412a282f49301f206d9a406cbe9dd7fdd2f3c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 21:54:03 +0000 Subject: [PATCH] chore(main): release 0.199.1 --- CHANGELOG.md | 12 ++++++++++++ ContainerAnalysis/VERSION | 2 +- composer.json | 2 +- docs/manifest.json | 2 ++ src/ServiceBuilder.php | 2 +- src/Version.php | 2 +- 6 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ce47bce2078..3332583afb7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.199.1 + +
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)) + +
+ ## 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/composer.json b/composer.json index 21a48ee492b8..bc6ca93bdf90 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/docs/manifest.json b/docs/manifest.json index 3608145f5179..747458e0b469 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.199.1", "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", diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index fb0985c0039b..0f336ffed1d1 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.199.1'; } diff --git a/src/Version.php b/src/Version.php index 8159737c0e61..7f5af8c85bdb 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.199.0'; + const VERSION = '0.199.1'; }