From 341b4457d19c5709f160118afd12f5e288aacb64 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 19:29:49 +0000 Subject: [PATCH] chore(main): release 2.23.2 --- CHANGELOG.md | 12 ++++++++++++ benchmark/pom.xml | 2 +- google-cloud-bigquery/pom.xml | 4 ++-- pom.xml | 4 ++-- samples/snapshot/pom.xml | 2 +- versions.txt | 2 +- 6 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af053e1b52..7757dfd594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.23.2](https://github.com/googleapis/java-bigquery/compare/v2.23.1...v2.23.2) (2023-03-07) + + +### Bug Fixes + +* External table definition parquet format options ([#2535](https://github.com/googleapis/java-bigquery/issues/2535)) ([eb45973](https://github.com/googleapis/java-bigquery/commit/eb4597314fad72bbdb666a832f0f15f732f40817)) + + +### Documentation + +* Remove stale snippet comment ([#2555](https://github.com/googleapis/java-bigquery/issues/2555)) ([a71b1b2](https://github.com/googleapis/java-bigquery/commit/a71b1b2abb568bd1ed088f7bd4b77f93a68ec95e)) + ## [2.23.1](https://github.com/googleapis/java-bigquery/compare/v2.23.0...v2.23.1) (2023-03-02) diff --git a/benchmark/pom.xml b/benchmark/pom.xml index b759488e31..177ce5af81 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -6,7 +6,7 @@ google-cloud-bigquery-parent com.google.cloud - 2.23.2-SNAPSHOT + 2.23.2 diff --git a/google-cloud-bigquery/pom.xml b/google-cloud-bigquery/pom.xml index 258dd7d79e..2f7613e524 100644 --- a/google-cloud-bigquery/pom.xml +++ b/google-cloud-bigquery/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-bigquery - 2.23.2-SNAPSHOT + 2.23.2 jar BigQuery https://github.com/googleapis/java-bigquery @@ -11,7 +11,7 @@ com.google.cloud google-cloud-bigquery-parent - 2.23.2-SNAPSHOT + 2.23.2 google-cloud-bigquery diff --git a/pom.xml b/pom.xml index 9662f000d5..1a0439262b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-bigquery-parent pom - 2.23.2-SNAPSHOT + 2.23.2 BigQuery Parent https://github.com/googleapis/java-bigquery @@ -110,7 +110,7 @@ com.google.cloud google-cloud-bigquery - 2.23.2-SNAPSHOT + 2.23.2 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 00f705c006..8bdcef7c0e 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -44,7 +44,7 @@ com.google.cloud google-cloud-bigquery - 2.23.2-SNAPSHOT + 2.23.2 diff --git a/versions.txt b/versions.txt index ab456e075e..777c200678 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-bigquery:2.23.1:2.23.2-SNAPSHOT \ No newline at end of file +google-cloud-bigquery:2.23.2:2.23.2 \ No newline at end of file