diff --git a/CHANGELOG.md b/CHANGELOG.md index ebd959129..740b707de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ * Added internal `gstack` codegen tool for filling `stack.FunctionID` with value from call stack + +## v3.59.1 * Fixed updating last usage timestamp for smart parking of the conns ## v3.59.0 diff --git a/internal/version/version.go b/internal/version/version.go index 5b9793ada..332bb7be2 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -3,7 +3,7 @@ package version const ( Major = "3" Minor = "59" - Patch = "0" + Patch = "1" Prefix = "ydb-go-sdk" )