Verified Commit e11a2b13 authored by Cecylia Bocovich's avatar Cecylia Bocovich 💬
Browse files

Bump version of snowflake to 2.12.1

parent 0c4ea910
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
Changes in version v2.12.1 - 2026-03-10
- Fix release pipeline

Changes in version v2.12.0 - 2026-03-10
- Issue 40524: Disable periodic proxy stats if SummaryInterval is 0
- Update proxy README with v2.11.0 usage
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ import (
)

var version = func() string {
	ver := "2.12.0"
	ver := "2.12.1"
	if info, ok := debug.ReadBuildInfo(); ok {
		var revision string
		var modified string