From f7f6628b6bd0eb246dd6e4cb8eca89491f3f5225 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 17 Oct 2024 19:45:26 +0000
Subject: [PATCH] chore(main): release 0.264.0
---
BigQueryStorage/VERSION | 2 +-
CHANGELOG.md | 22 ++++++++++++++++++++++
Datastore/VERSION | 2 +-
Datastore/src/DatastoreClient.php | 2 +-
composer.json | 4 ++--
5 files changed, 27 insertions(+), 5 deletions(-)
diff --git a/BigQueryStorage/VERSION b/BigQueryStorage/VERSION
index 227cea215648..7ec1d6db4087 100644
--- a/BigQueryStorage/VERSION
+++ b/BigQueryStorage/VERSION
@@ -1 +1 @@
-2.0.0
+2.1.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a4dc7d395b82..e7580d9fc2b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,27 @@
# Changelog
+## 0.264.0
+
+google/cloud-bigquery-storage 2.1.0
+
+
+
+### Features
+
+* Add experimental ArrowData type and arrow_data field within AppendRowsRequest ([#7743](https://github.com/googleapis/google-cloud-php/issues/7743)) ([6865827](https://github.com/googleapis/google-cloud-php/commit/6865827d0c14684460a2565b0f6ecc1610c1ee3a))
+
+
+
+google/cloud-datastore 1.32.0
+
+
+
+### Features
+
+* Add FindNearest API to the stable branch ([#7744](https://github.com/googleapis/google-cloud-php/issues/7744)) ([327de67](https://github.com/googleapis/google-cloud-php/commit/327de673ae8bcb59533d906237ce5c73416293c4))
+
+
+
## 0.263.0
google/cloud-backupdr 0.4.0
diff --git a/Datastore/VERSION b/Datastore/VERSION
index 34aae156b192..359c41089a42 100644
--- a/Datastore/VERSION
+++ b/Datastore/VERSION
@@ -1 +1 @@
-1.31.0
+1.32.0
diff --git a/Datastore/src/DatastoreClient.php b/Datastore/src/DatastoreClient.php
index d4ef798e4417..35ca4a8a93a0 100644
--- a/Datastore/src/DatastoreClient.php
+++ b/Datastore/src/DatastoreClient.php
@@ -92,7 +92,7 @@ class DatastoreClient
use ClientTrait;
use DatastoreTrait;
- const VERSION = '1.31.0';
+ const VERSION = '1.32.0';
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore';
diff --git a/composer.json b/composer.json
index a853a691adae..48b88faf83d0 100644
--- a/composer.json
+++ b/composer.json
@@ -104,7 +104,7 @@
"google/cloud-bigquery-datapolicies": "1.0.0",
"google/cloud-bigquery-migration": "1.1.0",
"google/cloud-bigquery-reservation": "2.0.1",
- "google/cloud-bigquery-storage": "2.0.0",
+ "google/cloud-bigquery-storage": "2.1.0",
"google/cloud-bigquerydatatransfer": "2.1.0",
"google/cloud-bigtable": "2.5.0",
"google/cloud-billing": "2.0.0",
@@ -132,7 +132,7 @@
"google/cloud-dataplex": "1.0.0",
"google/cloud-dataproc": "2.1.0",
"google/cloud-dataproc-metastore": "1.0.0",
- "google/cloud-datastore": "1.31.0",
+ "google/cloud-datastore": "1.32.0",
"google/cloud-datastore-admin": "1.0.0",
"google/cloud-datastream": "2.0.0",
"google/cloud-debugger": "1.9.0",