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 20, 2022
1 parent d61f554 commit 510a822
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 10 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# 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-managed-identities 0.2.0</summary>



### ⚠ BREAKING CHANGES

* [ManagedIdentities] add ancillary service bindings to service_yaml (#5037)

### Features

* [ManagedIdentities] add ancillary service bindings to service_yaml ([#5037](https://github.com/googleapis/google-cloud-php/issues/5037)) ([d61f554](https://github.com/googleapis/google-cloud-php/commit/d61f55416aab7fe1e9a3e1d81343301badc56a96))

</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 ManagedIdentities/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
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
8 changes: 4 additions & 4 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 @@ -130,7 +130,7 @@
"google/cloud-language": "0.26.3",
"google/cloud-life-sciences": "0.2.3",
"google/cloud-logging": "1.22.3",
"google/cloud-managed-identities": "0.1.2",
"google/cloud-managed-identities": "0.2.0",
"google/cloud-media-translation": "0.2.3",
"google/cloud-memcache": "0.5.3",
"google/cloud-monitoring": "1.0.3",
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
5 changes: 5 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 @@ -1966,6 +1969,7 @@
"name": "google/cloud-managed-identities",
"defaultService": "managedidentities/readme",
"versions": [
"v0.2.0",
"v0.1.2",
"v0.1.1",
"v0.1.0",
Expand Down Expand Up @@ -3495,6 +3499,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 510a822

Please sign in to comment.