We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cadadf commit c543aeaCopy full SHA for c543aea
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Upcoming Release
4
5
+## 1.19.1
6
+
7
New features:
8
9
- Dropped support for Go 1.23 and added support for Go 1.26.
version.go
@@ -1,4 +1,4 @@
1
package gosnowflake
// SnowflakeGoDriverVersion is the version of Go Snowflake Driver.
-const SnowflakeGoDriverVersion = "1.19.0"
+const SnowflakeGoDriverVersion = "1.19.1"
0 commit comments