diff --git a/FIPS/pom.xml b/FIPS/pom.xml index 78e83700d..5d5505929 100644 --- a/FIPS/pom.xml +++ b/FIPS/pom.xml @@ -5,12 +5,12 @@ net.snowflake snowflake-jdbc-parent - 3.20.1-SNAPSHOT + 3.21.1-SNAPSHOT ../parent-pom.xml snowflake-jdbc-fips - 3.20.1-SNAPSHOT + 3.21.1-SNAPSHOT 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..1acafc5a8 100644 --- a/parent-pom.xml +++ b/parent-pom.xml @@ -5,7 +5,7 @@ net.snowflake snowflake-jdbc-parent - 3.20.1-SNAPSHOT + 3.21.1-SNAPSHOT pom diff --git a/pom.xml b/pom.xml index f53cf4c51..8f3586c0e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,13 +6,13 @@ net.snowflake snowflake-jdbc-parent - 3.20.1-SNAPSHOT + 3.21.1-SNAPSHOT ./parent-pom.xml ${artifactId} - 3.20.1-SNAPSHOT + 3.21.1-SNAPSHOT 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..030549582 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.1"; static int majorVersion = 0; static int minorVersion = 0;