Skip to content

Commit

Permalink
chore(master): release 0.173.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 18, 2022
1 parent 399b260 commit 77b94a5
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 6 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.173.2

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



### 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 DataFusion/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4
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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"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.1.4",
"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
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.173.2",
"v0.173.1",
"v0.173.0",
"v0.172.0",
Expand Down Expand Up @@ -992,6 +993,7 @@
"name": "google/cloud-data-fusion",
"defaultService": "datafusion/readme",
"versions": [
"v0.1.4",
"v0.1.3",
"v0.1.2",
"v0.1.1",
Expand Down Expand Up @@ -3495,6 +3497,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.173.2';
}
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.173.2';
}

0 comments on commit 77b94a5

Please sign in to comment.