Skip to content

Commit

Permalink
chore(master): release 0.174.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 19, 2022
1 parent 4c631b2 commit f81f549
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 8 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## 0.174.0

<details><summary>google/cloud-contact-center-insights 0.2.1</summary>



</details>

<details><summary>google/cloud-data-fusion 0.2.0</summary>



### Features

* [DataFusion] publish updated definitions for cloud/datafusion/v1 and cloud/datafusion/v1beta1 fix!: multiple fields now have field_behavior REQUIRED in cloud/datafusion/v1 service definition fix!: multiple fields now have field_behavior REQUIRED ... ([#5028](https://github.com/googleapis/google-cloud-php/issues/5028)) ([01d1991](https://github.com/googleapis/google-cloud-php/commit/01d1991a22104bd8aaed916742029eb291a52dd6))


### Bug Fixes

* [DataFusion] remove protobuf deprecated classes and aliases ([#5030](https://github.com/googleapis/google-cloud-php/issues/5030)) ([399b260](https://github.com/googleapis/google-cloud-php/commit/399b26049665170a74ef86a7de1932342f99ea42))

</details>

<details><summary>google/cloud-workflows 0.2.4</summary>



</details>

## 0.173.1

<details><summary>google/cloud-compute 1.0.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion ContactCenterInsights/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1
2 changes: 1 addition & 1 deletion DataFusion/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.2.0
2 changes: 1 addition & 1 deletion Workflows/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.3
0.2.4
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@
"google/cloud-channel": "0.6.0",
"google/cloud-common-protos": "0.3.0",
"google/cloud-compute": "1.0.0",
"google/cloud-contact-center-insights": "0.2.0",
"google/cloud-contact-center-insights": "0.2.1",
"google/cloud-container": "1.5.3",
"google/cloud-container-analysis": "0.1.3",
"google/cloud-core": "1.43.2",
"google/cloud-data-catalog": "1.0.6",
"google/cloud-data-fusion": "0.1.3",
"google/cloud-data-fusion": "0.2.0",
"google/cloud-dataflow": "0.1.3",
"google/cloud-datalabeling": "0.1.2",
"google/cloud-dataproc": "2.4.1",
Expand Down Expand Up @@ -179,7 +179,7 @@
"google/cloud-vpc-access": "0.2.3",
"google/cloud-web-risk": "1.1.3",
"google/cloud-web-security-scanner": "0.7.3",
"google/cloud-workflows": "0.2.3",
"google/cloud-workflows": "0.2.4",
"google/grafeas": "0.2.1"
},
"suggest": {
Expand Down
4 changes: 4 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.174.0",
"v0.173.1",
"v0.173.0",
"v0.172.0",
Expand Down Expand Up @@ -796,6 +797,7 @@
"name": "google/cloud-contact-center-insights",
"defaultService": "contactcenterinsights/readme",
"versions": [
"v0.2.1",
"v0.2.0",
"v0.1.2",
"v0.1.1",
Expand Down Expand Up @@ -992,6 +994,7 @@
"name": "google/cloud-data-fusion",
"defaultService": "datafusion/readme",
"versions": [
"v0.2.0",
"v0.1.3",
"v0.1.2",
"v0.1.1",
Expand Down Expand Up @@ -3495,6 +3498,7 @@
"name": "google/cloud-workflows",
"defaultService": "workflows/readme",
"versions": [
"v0.2.4",
"v0.2.3",
"v0.2.2",
"v0.2.1",
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.173.1';
const VERSION = '0.174.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.173.1';
const VERSION = '0.174.0';
}

0 comments on commit f81f549

Please sign in to comment.