diff --git a/CHANGELOG.md b/CHANGELOG.md index e9d6aee55..87971af03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +## v3.89.0 * Fixed send optional arguments to the server with `ydb.ParamsBuilder` ## v3.88.0 diff --git a/internal/version/version.go b/internal/version/version.go index 030b23c4d..7f3a50b07 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -2,7 +2,7 @@ package version const ( Major = "3" - Minor = "88" + Minor = "89" Patch = "0" Package = "ydb-go-sdk"