Skip to content

Commit

Permalink
chore(main): release 0.192.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 19, 2022
1 parent 99b7c55 commit 11d229e
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 7 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.192.0

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



### 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))

</details>

<details><summary>google/cloud-vision 1.6.0</summary>



### 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))

</details>

## 0.191.0

<details><summary>google/analytics-admin 0.7.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion ContainerAnalysis/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.5
0.2.6
2 changes: 1 addition & 1 deletion Vision/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.10
1.6.0
2 changes: 1 addition & 1 deletion Vision/src/VisionClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"name": "google/cloud",
"defaultService": "servicebuilder",
"versions": [
"v0.192.0",
"v0.191.0",
"v0.190.0",
"v0.189.0",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -4135,6 +4137,7 @@
"name": "google/cloud-vision",
"defaultService": "vision/visionclient",
"versions": [
"v1.6.0",
"v1.5.10",
"v1.5.9",
"v1.5.8",
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder
/**
* @deprecated
*/
const VERSION = '0.191.0';
const VERSION = '0.192.0';
}
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
*/
class Version
{
const VERSION = '0.191.0';
const VERSION = '0.192.0';
}

0 comments on commit 11d229e

Please sign in to comment.