Skip to content

Commit

Permalink
chore: release 0.159.1 (#4134)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jun 18, 2021
1 parent 18ad038 commit 0486bd2
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ApigeeConnect/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
2 changes: 1 addition & 1 deletion Asset/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.4.2
2 changes: 1 addition & 1 deletion BillingBudgets/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
2 changes: 1 addition & 1 deletion BinaryAuthorization/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Changelog

## 0.159.1

<details><summary>google/cloud-apigee-connect 0.1.1</summary>



### Documentation

* update format method description ([#4129](https://www.github.com/googleapis/google-cloud-php/issues/4129)) ([c1a4508](https://www.github.com/googleapis/google-cloud-php/commit/c1a45087dfaa55a97ed1d94937d73d21abec08f8))

</details>

<details><summary>google/cloud-asset 1.4.2</summary>



### Bug Fixes

* add additional uri template binding for operations ([#4133](https://www.github.com/googleapis/google-cloud-php/issues/4133)) ([7d98999](https://www.github.com/googleapis/google-cloud-php/commit/7d98999b82c637d9e01d6d27698b3470fa815a95))

</details>

<details><summary>google/cloud-billing-budgets 0.1.1</summary>



### Documentation

* update format method description ([#4131](https://www.github.com/googleapis/google-cloud-php/issues/4131)) ([18ad038](https://www.github.com/googleapis/google-cloud-php/commit/18ad038bce73436c02069970da13cd52aff97c24))

</details>

<details><summary>google/cloud-binary-authorization 0.1.1</summary>



### Documentation

* update format method description ([#4132](https://www.github.com/googleapis/google-cloud-php/issues/4132)) ([3378fef](https://www.github.com/googleapis/google-cloud-php/commit/3378feff77bf079e7e9363af1e90cdb70ec20163))

</details>

## 0.159.0

<details><summary>google/cloud-access-approval 0.1.0</summary>
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
"google/analytics-data": "0.5.0",
"google/cloud-access-approval": "0.1.0",
"google/cloud-api-gateway": "0.1.0",
"google/cloud-apigee-connect": "0.1.0",
"google/cloud-apigee-connect": "0.1.1",
"google/cloud-appengine-admin": "0.1.0",
"google/cloud-artifact-registry": "0.1.0",
"google/cloud-asset": "1.4.1",
"google/cloud-asset": "1.4.2",
"google/cloud-assured-workloads": "0.3.1",
"google/cloud-automl": "1.3.5",
"google/cloud-bigquery": "1.22.1",
Expand All @@ -87,8 +87,8 @@
"google/cloud-bigquerydatatransfer": "1.2.4",
"google/cloud-bigtable": "1.10.1",
"google/cloud-billing": "1.2.5",
"google/cloud-billing-budgets": "0.1.0",
"google/cloud-binary-authorization": "0.1.0",
"google/cloud-billing-budgets": "0.1.1",
"google/cloud-binary-authorization": "0.1.1",
"google/cloud-channel": "0.3.1",
"google/cloud-common-protos": "0.2.1",
"google/cloud-compute": "0.3.1",
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.159.1",
"v0.159.0",
"v0.158.0",
"v0.157.0",
Expand Down Expand Up @@ -248,6 +249,7 @@
"name": "google/cloud-apigee-connect",
"defaultService": "apigeeconnect/readme",
"versions": [
"v0.1.1",
"v0.1.0",
"master"
]
Expand Down Expand Up @@ -275,6 +277,7 @@
"name": "google/cloud-asset",
"defaultService": "asset/readme",
"versions": [
"v1.4.2",
"v1.4.1",
"v1.4.0",
"v1.3.0",
Expand Down Expand Up @@ -606,6 +609,7 @@
"name": "google/cloud-billing-budgets",
"defaultService": "billingbudgets/readme",
"versions": [
"v0.1.1",
"v0.1.0",
"master"
]
Expand All @@ -615,6 +619,7 @@
"name": "google/cloud-binary-authorization",
"defaultService": "binaryauthorization/readme",
"versions": [
"v0.1.1",
"v0.1.0",
"master"
]
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.159.0';
const VERSION = '0.159.1';
}
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.159.0';
const VERSION = '0.159.1';
}

0 comments on commit 0486bd2

Please sign in to comment.