Skip to content

Commit

Permalink
chore(main): release 0.239.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 20, 2024
1 parent fa3b077 commit 991c99e
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 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.239.0

<details><summary>google/cloud-secret-manager 1.13.3</summary>



</details>

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



### Features

* **Storage:** SoftDelete object in gcs buckets ([#7154](https://github.com/googleapis/google-cloud-php/issues/7154)) ([09ea3af](https://github.com/googleapis/google-cloud-php/commit/09ea3afa93c4c2015b3ff443d13f76948e0a6e70))

</details>

## 0.238.0

<details><summary>google/cloud-ai-platform 0.36.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion SecretManager/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.2
1.13.3
2 changes: 1 addition & 1 deletion Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.40.0
1.41.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.40.0';
const VERSION = '1.41.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 @@ -197,7 +197,7 @@
"google/cloud-retail": "1.6.1",
"google/cloud-run": "0.9.0",
"google/cloud-scheduler": "1.10.2",
"google/cloud-secret-manager": "1.13.2",
"google/cloud-secret-manager": "1.13.3",
"google/cloud-securesourcemanager": "0.2.2",
"google/cloud-security-center": "1.25.0",
"google/cloud-security-private-ca": "1.6.0",
Expand All @@ -212,7 +212,7 @@
"google/cloud-spanner": "1.74.0",
"google/cloud-speech": "1.17.1",
"google/cloud-sql-admin": "0.15.0",
"google/cloud-storage": "1.40.0",
"google/cloud-storage": "1.41.0",
"google/cloud-storage-transfer": "1.4.2",
"google/cloud-storageinsights": "0.3.2",
"google/cloud-support": "0.2.2",
Expand Down

0 comments on commit 991c99e

Please sign in to comment.