From 2d01d96809ef36a70ba4d4130de7733e1fed9201 Mon Sep 17 00:00:00 2001 From: Piotr Bulawa Date: Wed, 30 Oct 2024 12:05:51 +0100 Subject: [PATCH] Bump version to 3.20.0 for release --- CHANGELOG.rst | 4 ++++ FIPS/pom.xml | 4 ++-- parent-pom.xml | 2 +- pom.xml | 4 ++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 72c788c36..76e948b1d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +**JDBC Driver 3.20.0** + +- \||Please Refer to Release Notes at https://docs.snowflake.com/en/release-notes/clients-drivers/jdbc + **JDBC Driver 3.19.1** - \||Please Refer to Release Notes at https://docs.snowflake.com/en/release-notes/clients-drivers/jdbc diff --git a/FIPS/pom.xml b/FIPS/pom.xml index cbc6132af..5a9048f2a 100644 --- a/FIPS/pom.xml +++ b/FIPS/pom.xml @@ -5,12 +5,12 @@ net.snowflake snowflake-jdbc-parent - 3.19.2-SNAPSHOT + 3.20.0 ../parent-pom.xml snowflake-jdbc-fips - 3.19.2-SNAPSHOT + 3.20.0 jar snowflake-jdbc-fips diff --git a/parent-pom.xml b/parent-pom.xml index c0c2dbb64..2617630fd 100644 --- a/parent-pom.xml +++ b/parent-pom.xml @@ -5,7 +5,7 @@ net.snowflake snowflake-jdbc-parent - 3.19.2-SNAPSHOT + 3.20.0 pom diff --git a/pom.xml b/pom.xml index c7542a1fe..8a90512ab 100644 --- a/pom.xml +++ b/pom.xml @@ -6,13 +6,13 @@ net.snowflake snowflake-jdbc-parent - 3.19.2-SNAPSHOT + 3.20.0 ./parent-pom.xml ${artifactId} - 3.19.2-SNAPSHOT + 3.20.0 jar ${artifactId}