Skip to content

Commit

Permalink
chore(main): release 0.182.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 23, 2022
1 parent 80fae8d commit bfabb11
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 9 deletions.
2 changes: 1 addition & 1 deletion AccessApproval/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.2
0.5.0
2 changes: 1 addition & 1 deletion Bigtable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.0
1.15.1
2 changes: 1 addition & 1 deletion Bigtable/src/BigtableClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class BigtableClient
{
use ArrayTrait;

const VERSION = '1.15.0';
const VERSION = '1.15.1';

/**
* @var GapicClient
Expand Down
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## 0.182.0

<details><summary>google/cloud-access-approval 0.5.0</summary>



### Features

* [AccessApproval] update protos to include InvalidateApprovalRequest and GetAccessApprovalServiceAccount APIs ([#5288](https://github.com/googleapis/google-cloud-php/issues/5288)) ([80fae8d](https://github.com/googleapis/google-cloud-php/commit/80fae8d1d4dad283d10fdd2a13b116ca69991624))

</details>

<details><summary>google/cloud-bigtable 1.15.1</summary>



### Miscellaneous Chores

* [Bigtable] remove unused imports ([#5291](https://github.com/googleapis/google-cloud-php/issues/5291)) ([2337766](https://github.com/googleapis/google-cloud-php/commit/23377663b7faa432589e0f6af3c21afcd90ae480))

</details>

<details><summary>google/cloud-video-live-stream 0.2.0</summary>



### Features

* [VideoLiveStream] add STOPPED event state ([#5289](https://github.com/googleapis/google-cloud-php/issues/5289)) ([578e4cd](https://github.com/googleapis/google-cloud-php/commit/578e4cd15901392b796161f94e44b7f552588b5a))

</details>

## 0.181.0

<details><summary>google/cloud-access-approval 0.4.2</summary>
Expand Down
2 changes: 1 addition & 1 deletion VideoLiveStream/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.2.0
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"google/access-context-manager": "0.2.3",
"google/analytics-admin": "0.6.2",
"google/analytics-data": "0.8.4",
"google/cloud-access-approval": "0.4.2",
"google/cloud-access-approval": "0.5.0",
"google/cloud-ai-platform": "0.3.1",
"google/cloud-api-gateway": "0.2.3",
"google/cloud-apigee-connect": "0.2.6",
Expand All @@ -88,7 +88,7 @@
"google/cloud-bigquery-reservation": "0.6.2",
"google/cloud-bigquery-storage": "1.2.5",
"google/cloud-bigquerydatatransfer": "1.3.4",
"google/cloud-bigtable": "1.15.0",
"google/cloud-bigtable": "1.15.1",
"google/cloud-billing": "1.4.2",
"google/cloud-billing-budgets": "0.2.7",
"google/cloud-binary-authorization": "0.4.3",
Expand Down Expand Up @@ -180,7 +180,7 @@
"google/cloud-tpu": "0.2.5",
"google/cloud-trace": "1.4.5",
"google/cloud-translate": "1.12.4",
"google/cloud-video-live-stream": "0.1.3",
"google/cloud-video-live-stream": "0.2.0",
"google/cloud-video-stitcher": "0.1.3",
"google/cloud-video-transcoder": "0.3.5",
"google/cloud-videointelligence": "1.12.8",
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.182.0",
"v0.181.0",
"v0.180.0",
"v0.179.0",
Expand Down Expand Up @@ -289,6 +290,7 @@
"name": "google/cloud-access-approval",
"defaultService": "accessapproval/readme",
"versions": [
"v0.5.0",
"v0.4.2",
"v0.4.1",
"v0.4.0",
Expand Down Expand Up @@ -694,6 +696,7 @@
"name": "google/cloud-bigtable",
"defaultService": "bigtable/readme",
"versions": [
"v1.15.1",
"v1.15.0",
"v1.14.1",
"v1.14.0",
Expand Down Expand Up @@ -3684,6 +3687,7 @@
"name": "google/cloud-video-live-stream",
"defaultService": "videolivestream/readme",
"versions": [
"v0.2.0",
"v0.1.3",
"v0.1.2",
"v0.1.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.181.0';
const VERSION = '0.182.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.181.0';
const VERSION = '0.182.0';
}

0 comments on commit bfabb11

Please sign in to comment.