Skip to content

Commit

Permalink
chore(main): release 0.180.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 4, 2022
1 parent 2c5a2e1 commit c55b5a8
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 7 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.180.0

<details><summary>google/cloud-core 1.45.0</summary>



### Features

* add support for phpseclib3 ([#5251](https://github.com/googleapis/google-cloud-php/issues/5251)) ([2c5a2e1](https://github.com/googleapis/google-cloud-php/commit/2c5a2e128c5496242523904ebbd91d05a87f1389))

</details>

<details><summary>google/cloud-storage 1.27.0</summary>



### Features

* add support for phpseclib3 ([#5251](https://github.com/googleapis/google-cloud-php/issues/5251)) ([2c5a2e1](https://github.com/googleapis/google-cloud-php/commit/2c5a2e128c5496242523904ebbd91d05a87f1389))

</details>

## 0.179.0

<details><summary>google/cloud-ai-platform 0.2.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.44.4
1.45.0
2 changes: 1 addition & 1 deletion Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.26.3
1.27.0
2 changes: 1 addition & 1 deletion Storage/src/StorageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class StorageClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.26.3';
const VERSION = '1.27.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only';
Expand Down
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-contact-center-insights": "0.2.2",
"google/cloud-container": "1.6.1",
"google/cloud-container-analysis": "0.2.0",
"google/cloud-core": "1.44.4",
"google/cloud-core": "1.45.0",
"google/cloud-data-catalog": "1.3.0",
"google/cloud-data-fusion": "0.2.1",
"google/cloud-dataflow": "0.3.0",
Expand Down Expand Up @@ -170,7 +170,7 @@
"google/cloud-spanner": "1.49.0",
"google/cloud-speech": "1.5.1",
"google/cloud-sql-admin": "0.2.1",
"google/cloud-storage": "1.26.3",
"google/cloud-storage": "1.27.0",
"google/cloud-storage-transfer": "0.2.0",
"google/cloud-talent": "0.16.4",
"google/cloud-tasks": "1.11.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.180.0",
"v0.179.0",
"v0.178.0",
"v0.177.0",
Expand Down Expand Up @@ -962,6 +963,7 @@
"name": "google/cloud-core",
"defaultService": "core/servicebuilder",
"versions": [
"v1.45.0",
"v1.44.4",
"v1.44.3",
"v1.44.2",
Expand Down Expand Up @@ -3113,6 +3115,7 @@
"name": "google/cloud-storage",
"defaultService": "storage/storageclient",
"versions": [
"v1.27.0",
"v1.26.3",
"v1.26.2",
"v1.26.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.179.0';
const VERSION = '0.180.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.179.0';
const VERSION = '0.180.0';
}

0 comments on commit c55b5a8

Please sign in to comment.