Bump version of Snowflake to 2.10.1

This commit is contained in:
Cecylia Bocovich 2024-11-11 13:15:48 -05:00
parent b06004a365
commit 8b2e12c96d
No known key found for this signature in database
GPG key ID: 009DE379FD9B7B90
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
Changes in version v2.10.1 - 2024-11-11
- Issue 40406: Update version string
Changes in version v2.10.0 - 2024-11-07 Changes in version v2.10.0 - 2024-11-07
- Issue 40402: Add proxy event for when client has connected - Issue 40402: Add proxy event for when client has connected
- Issue 40405: Prevent panic for duplicate SnowflakeConn.Close() calls - Issue 40405: Prevent panic for duplicate SnowflakeConn.Close() calls

View file

@ -6,7 +6,7 @@ import (
) )
var version = func() string { var version = func() string {
ver := "2.9.2" ver := "2.10.1"
if info, ok := debug.ReadBuildInfo(); ok { if info, ok := debug.ReadBuildInfo(); ok {
var revision string var revision string
var modified string var modified string