From 51e7a39982886d135390f4bb2b973da9d3cabd38 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Wed, 18 May 2022 18:14:14 +0000
Subject: [PATCH] chore(main): release 2.11.2 (#2051)
:robot: I have created a release *beep* *boop*
---
### [2.11.2](https://github.com/googleapis/java-bigquery/compare/v2.11.1...v2.11.2) (2022-05-18)
### Bug Fixes
* Flaky connenction close issue ([#2044](https://github.com/googleapis/java-bigquery/issues/2044)) ([9993717](https://github.com/googleapis/java-bigquery/commit/9993717d546c4039cb8c846787fdd131cc0c113f))
* NPE issue with testMultipleRuns ([#2050](https://github.com/googleapis/java-bigquery/issues/2050)) ([251d468](https://github.com/googleapis/java-bigquery/commit/251d4686d22e0000982bcd891de68491326558fe))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
CHANGELOG.md | 8 ++++++++
benchmark/pom.xml | 2 +-
google-cloud-bigquery/pom.xml | 4 ++--
pom.xml | 4 ++--
samples/snapshot/pom.xml | 2 +-
versions.txt | 2 +-
6 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 748304184..28a298be5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+### [2.11.2](https://github.com/googleapis/java-bigquery/compare/v2.11.1...v2.11.2) (2022-05-18)
+
+
+### Bug Fixes
+
+* Flaky connenction close issue ([#2044](https://github.com/googleapis/java-bigquery/issues/2044)) ([9993717](https://github.com/googleapis/java-bigquery/commit/9993717d546c4039cb8c846787fdd131cc0c113f))
+* NPE issue with testMultipleRuns ([#2050](https://github.com/googleapis/java-bigquery/issues/2050)) ([251d468](https://github.com/googleapis/java-bigquery/commit/251d4686d22e0000982bcd891de68491326558fe))
+
### [2.11.1](https://github.com/googleapis/java-bigquery/compare/v2.11.0...v2.11.1) (2022-05-16)
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index c1e3382e9..186d89a51 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -6,7 +6,7 @@
google-cloud-bigquery-parent
com.google.cloud
- 2.11.2-SNAPSHOT
+ 2.11.2
diff --git a/google-cloud-bigquery/pom.xml b/google-cloud-bigquery/pom.xml
index e2707c1e7..049beb224 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.11.2-SNAPSHOT
+ 2.11.2
jar
BigQuery
https://github.com/googleapis/java-bigquery
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-bigquery-parent
- 2.11.2-SNAPSHOT
+ 2.11.2
google-cloud-bigquery
diff --git a/pom.xml b/pom.xml
index ebc31870e..bae36ea40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-bigquery-parent
pom
- 2.11.2-SNAPSHOT
+ 2.11.2
BigQuery Parent
https://github.com/googleapis/java-bigquery
@@ -118,7 +118,7 @@
com.google.cloud
google-cloud-bigquery
- 2.11.2-SNAPSHOT
+ 2.11.2
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 40c892c2b..0c3597967 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -44,7 +44,7 @@
com.google.cloud
google-cloud-bigquery
- 2.11.2-SNAPSHOT
+ 2.11.2
diff --git a/versions.txt b/versions.txt
index d0677dd3a..503185ac7 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-bigquery:2.11.1:2.11.2-SNAPSHOT
\ No newline at end of file
+google-cloud-bigquery:2.11.2:2.11.2
\ No newline at end of file