diff --git a/FIPS/pom.xml b/FIPS/pom.xml index 78e83700d..3f05dab99 100644 --- a/FIPS/pom.xml +++ b/FIPS/pom.xml @@ -5,12 +5,12 @@ net.snowflake snowflake-jdbc-parent - 3.20.1-SNAPSHOT + 3.21.0 ../parent-pom.xml snowflake-jdbc-fips - 3.20.1-SNAPSHOT + 3.21.0 jar snowflake-jdbc-fips diff --git a/README.rst b/README.rst index faac38fd1..e742ce5d1 100644 --- a/README.rst +++ b/README.rst @@ -228,4 +228,4 @@ https://community.snowflake.com/s/article/How-To-Submit-a-Support-Case-in-Snowfl Note ---------- -This driver currently does not support GCP regional endpoints. Please ensure that any workloads using through this driver do not require support for regional endpoints on GCP. If you have questions about this, please contact Snowflake Support. +This driver support GCP regional endpoints starting from version 3.21.0. Please ensure that any workloads using through this driver below the version 3.21.0 do not require support for regional endpoints on GCP. If you have questions about this, please contact Snowflake Support. diff --git a/parent-pom.xml b/parent-pom.xml index 3d2b1b6b9..6ae3d4c47 100644 --- a/parent-pom.xml +++ b/parent-pom.xml @@ -5,7 +5,7 @@ net.snowflake snowflake-jdbc-parent - 3.20.1-SNAPSHOT + 3.21.0 pom diff --git a/pom.xml b/pom.xml index f53cf4c51..593b371aa 100644 --- a/pom.xml +++ b/pom.xml @@ -6,13 +6,13 @@ net.snowflake snowflake-jdbc-parent - 3.20.1-SNAPSHOT + 3.21.0 ./parent-pom.xml ${artifactId} - 3.20.1-SNAPSHOT + 3.21.0 jar ${artifactId} diff --git a/src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java b/src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java index 298b64ee7..a0c00b752 100644 --- a/src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java +++ b/src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java @@ -37,7 +37,7 @@ public class SnowflakeDriver implements Driver { static SnowflakeDriver INSTANCE; public static final Properties EMPTY_PROPERTIES = new Properties(); - public static String implementVersion = "3.20.1"; + public static String implementVersion = "3.21.0"; static int majorVersion = 0; static int minorVersion = 0;