From 11d229ea8830568e1d60836be091deeaf4a03b4f Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Wed, 19 Oct 2022 15:57:34 +0000
Subject: [PATCH] chore(main): release 0.192.0
---
CHANGELOG.md | 22 ++++++++++++++++++++++
ContainerAnalysis/VERSION | 2 +-
Vision/VERSION | 2 +-
Vision/src/VisionClient.php | 2 +-
composer.json | 4 ++--
docs/manifest.json | 3 +++
src/ServiceBuilder.php | 2 +-
src/Version.php | 2 +-
8 files changed, 32 insertions(+), 7 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7fda7864d225..16a61acee783 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,27 @@
# Changelog
+## 0.192.0
+
+google/cloud-container-analysis 0.2.6
+
+
+
+### Bug Fixes
+
+* **deps:** Update dependency google/grafeas to ^0.4.0 ([#5555](https://github.com/googleapis/google-cloud-php/issues/5555)) ([76b1809](https://github.com/googleapis/google-cloud-php/commit/76b180933c909487b8602d5ad5d9d2562c9a3eaf))
+
+
+
+google/cloud-vision 1.6.0
+
+
+
+### Features
+
+* [Vision] update comments for image annotator OCR models ([#5263](https://github.com/googleapis/google-cloud-php/issues/5263)) ([99b7c55](https://github.com/googleapis/google-cloud-php/commit/99b7c555a30160a5e3cb840835de9cc9d395859a))
+
+
+
## 0.191.0
google/analytics-admin 0.7.0
diff --git a/ContainerAnalysis/VERSION b/ContainerAnalysis/VERSION
index 3a4036fb450f..53a75d673557 100644
--- a/ContainerAnalysis/VERSION
+++ b/ContainerAnalysis/VERSION
@@ -1 +1 @@
-0.2.5
+0.2.6
diff --git a/Vision/VERSION b/Vision/VERSION
index f0ed37967c0c..dc1e644a1014 100644
--- a/Vision/VERSION
+++ b/Vision/VERSION
@@ -1 +1 @@
-1.5.10
+1.6.0
diff --git a/Vision/src/VisionClient.php b/Vision/src/VisionClient.php
index f73d9210c7e1..f418b031c568 100644
--- a/Vision/src/VisionClient.php
+++ b/Vision/src/VisionClient.php
@@ -50,7 +50,7 @@ class VisionClient
use ClientTrait;
use ValidateTrait;
- const VERSION = '1.5.10';
+ const VERSION = '1.6.0';
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';
diff --git a/composer.json b/composer.json
index dbe4068b0b8e..3eed76e1b74f 100644
--- a/composer.json
+++ b/composer.json
@@ -110,7 +110,7 @@
"google/cloud-compute": "1.3.0",
"google/cloud-contact-center-insights": "0.2.8",
"google/cloud-container": "1.7.1",
- "google/cloud-container-analysis": "0.2.5",
+ "google/cloud-container-analysis": "0.2.6",
"google/cloud-core": "1.47.3",
"google/cloud-data-catalog": "1.3.5",
"google/cloud-data-fusion": "0.2.5",
@@ -198,7 +198,7 @@
"google/cloud-video-stitcher": "0.2.2",
"google/cloud-video-transcoder": "0.4.2",
"google/cloud-videointelligence": "1.12.10",
- "google/cloud-vision": "1.5.10",
+ "google/cloud-vision": "1.6.0",
"google/cloud-vm-migration": "0.2.0",
"google/cloud-vpc-access": "0.3.0",
"google/cloud-web-risk": "1.1.7",
diff --git a/docs/manifest.json b/docs/manifest.json
index 290ead4dd99f..37ea5c2beee3 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -11,6 +11,7 @@
"name": "google/cloud",
"defaultService": "servicebuilder",
"versions": [
+ "v0.192.0",
"v0.191.0",
"v0.190.0",
"v0.189.0",
@@ -1038,6 +1039,7 @@
"name": "google/cloud-container-analysis",
"defaultService": "containeranalysis/readme",
"versions": [
+ "v0.2.6",
"v0.2.5",
"v0.2.4",
"v0.2.3",
@@ -4135,6 +4137,7 @@
"name": "google/cloud-vision",
"defaultService": "vision/visionclient",
"versions": [
+ "v1.6.0",
"v1.5.10",
"v1.5.9",
"v1.5.8",
diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php
index 56a1a4b30bbc..efc2f1548a42 100644
--- a/src/ServiceBuilder.php
+++ b/src/ServiceBuilder.php
@@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder
/**
* @deprecated
*/
- const VERSION = '0.191.0';
+ const VERSION = '0.192.0';
}
diff --git a/src/Version.php b/src/Version.php
index b94232fb8f64..f1200bcac753 100644
--- a/src/Version.php
+++ b/src/Version.php
@@ -22,5 +22,5 @@
*/
class Version
{
- const VERSION = '0.191.0';
+ const VERSION = '0.192.0';
}