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..ab333024a56c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # 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)) + +
+ ## 0.263.0
google/cloud-backupdr 0.4.0 diff --git a/composer.json b/composer.json index a853a691adae..dc508216fd57 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",