Skip to content

Commit 35f1778

Browse files
authored
Prepare for v3.2.0 release (#202)
This CL bumps the minor version of the BQJDBC driver. In a recently merged PR[0], we added the ability to configure a default dataset project id, which is used in conjunction with the dataset id to locate unqualified table references. We added this new capability in a backwards compatible manner. [0] #201
1 parent e8a25d4 commit 35f1778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
to a groupId that we have ownership over -->
55
<groupId>com.google.looker-open-source</groupId>
66
<artifactId>bqjdbc</artifactId>
7-
<version>3.1.1</version>
7+
<version>3.2.0</version>
88
<name>Big Query over JDBC</name>
99
<description>A simple JDBC driver, to reach Google's BigQuery</description>
1010
<properties>

0 commit comments

Comments
 (0)