Skip to content

Commit

Permalink
SNOW-360812: Bumped up the Client PATCH version from 3.13.3 to 3.13.4 (
Browse files Browse the repository at this point in the history
…#516)

* SNOW-360812: Bumped up the Client PATCH version from 3.13.3 to 3.13.4 (#515)
  • Loading branch information
sfc-gh-abhatnagar authored May 24, 2021
1 parent 5bb0279 commit c369d3b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
**JDBC Driver 3.13.4**

- \| SNOW-330467 | Fixed an issue with the logic for updating the driver parameters.
- \| SNOW-348866 | Added the ability for clients to pass in data from a PUT command for file upload without creating a Snowflake session.

**JDBC Driver 3.13.3**

- \| SNOW-346424 | Add snowflakeClientInfo connection parameter for use with Spark connector.
Expand Down
2 changes: 1 addition & 1 deletion FIPS/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc-fips</artifactId>
<version>3.13.3</version>
<version>3.13.4</version>
<packaging>jar</packaging>

<name>snowflake-jdbc-fips</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.snowflake</groupId>
<artifactId>snowflake-jdbc</artifactId>
<version>3.13.3</version>
<version>3.13.4</version>
<packaging>jar</packaging>

<name>snowflake-jdbc</name>
Expand Down

0 comments on commit c369d3b

Please sign in to comment.