Skip to content

Commit

Permalink
Prepare for v3.2.0 release
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mmotoyama committed Dec 14, 2024
1 parent e8a25d4 commit 661d216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
to a groupId that we have ownership over -->
<groupId>com.google.looker-open-source</groupId>
<artifactId>bqjdbc</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<name>Big Query over JDBC</name>
<description>A simple JDBC driver, to reach Google's BigQuery</description>
<properties>
Expand Down

0 comments on commit 661d216

Please sign in to comment.