Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.338.0"
".": "0.339.0"
}
2 changes: 1 addition & 1 deletion AppsChat/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.23.0
0.24.0
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## 0.339.0

<details><summary>google/apps-chat 0.24.0</summary>



### Features

* [AppsChat] Addition of the Search Messages API ([#9417](https://github.com/googleapis/google-cloud-php/issues/9417)) ([2aa36cf](https://github.com/googleapis/google-cloud-php/commit/2aa36cf952ca7f3f3c5a1243101e9fe7ed1415d5))

</details>

<details><summary>google/cloud-spanner 2.10.3</summary>



</details>

<details><summary>google/cloud-storage-control 1.10.0</summary>



### Features

* [StorageControl] Add new CreateRapidCache ([#9395](https://github.com/googleapis/google-cloud-php/issues/9395)) ([f788544](https://github.com/googleapis/google-cloud-php/commit/f7885448d79cab2a4b6954cc5067ec04ffb49e01))

</details>

## 0.338.0

<details><summary>google/cloud-batch 1.4.2</summary>
Expand Down
2 changes: 1 addition & 1 deletion Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.2
2.10.3
2 changes: 1 addition & 1 deletion StorageControl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0
1.10.0
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"google/access-context-manager": "1.1.3",
"google/analytics-admin": "0.33.0",
"google/analytics-data": "0.24.0",
"google/apps-chat": "0.23.0",
"google/apps-chat": "0.24.0",
"google/apps-events-subscriptions": "0.4.4",
"google/apps-meet": "0.5.4",
"google/cloud-access-approval": "2.1.3",
Expand Down Expand Up @@ -256,11 +256,11 @@
"google/cloud-service-usage": "2.2.0",
"google/cloud-servicehealth": "0.5.0",
"google/cloud-shell": "2.2.0",
"google/cloud-spanner": "2.10.2",
"google/cloud-spanner": "2.10.3",
"google/cloud-speech": "2.5.2",
"google/cloud-sql-admin": "1.11.0",
"google/cloud-storage": "2.5.0",
"google/cloud-storage-control": "1.9.0",
"google/cloud-storage-control": "1.10.0",
"google/cloud-storage-transfer": "2.4.0",
"google/cloud-storagebatchoperations": "0.7.0",
"google/cloud-storageinsights": "1.4.0",
Expand Down
Loading