Skip to content

Commit

Permalink
chore(master): release 0.175.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 1, 2022
1 parent 1c65fd1 commit a8395c1
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 6 deletions.
2 changes: 1 addition & 1 deletion BigQueryDataTransfer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.7
1.3.0
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.175.0

<details><summary>google/cloud-bigquerydatatransfer 1.3.0</summary>



### Features

* add owner email to TransferConfig message, allow customer to enroll a datasource programmatically ([#5036](https://github.com/googleapis/google-cloud-php/issues/5036)) ([1c65fd1](https://github.com/googleapis/google-cloud-php/commit/1c65fd19c51e0ec1cfe56e7033c9edbd852a00e6))

</details>

<details><summary>google/cloud-monitoring 1.1.0</summary>



### Features

* update client libraries to support Database operations ([#4917](https://github.com/googleapis/google-cloud-php/issues/4917)) ([eda71e5](https://github.com/googleapis/google-cloud-php/commit/eda71e56c5ab91ec9224770f17a2d16c2c46a025))

</details>

## 0.174.0

<details><summary>google/analytics-admin 0.5.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Monitoring/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.4
1.1.0
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"google/cloud-bigquery-connection": "0.5.3",
"google/cloud-bigquery-reservation": "0.5.0",
"google/cloud-bigquery-storage": "1.2.2",
"google/cloud-bigquerydatatransfer": "1.2.7",
"google/cloud-bigquerydatatransfer": "1.3.0",
"google/cloud-bigtable": "1.11.3",
"google/cloud-billing": "1.3.3",
"google/cloud-billing-budgets": "0.2.4",
Expand Down Expand Up @@ -133,7 +133,7 @@
"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.4",
"google/cloud-monitoring": "1.1.0",
"google/cloud-network-connectivity": "0.1.3",
"google/cloud-network-management": "0.1.3",
"google/cloud-network-security": "0.2.0",
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.175.0",
"v0.174.0",
"v0.173.1",
"v0.173.0",
Expand Down Expand Up @@ -561,6 +562,7 @@
"name": "google/cloud-bigquerydatatransfer",
"defaultService": "bigquerydatatransfer/readme",
"versions": [
"v1.3.0",
"v1.2.7",
"v1.2.6",
"v1.2.5",
Expand Down Expand Up @@ -2039,6 +2041,7 @@
"name": "google/cloud-monitoring",
"defaultService": "monitoring/readme",
"versions": [
"v1.1.0",
"v1.0.4",
"v1.0.3",
"v1.0.2",
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.174.0';
const VERSION = '0.175.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.174.0';
const VERSION = '0.175.0';
}

0 comments on commit a8395c1

Please sign in to comment.