diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d75e450b..43112ffd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +## v3.87.0 * BREAK OLD STYLE WORK WITH UUID. See https://github.com/ydb-platform/ydb-go-sdk/issues/1501 for details. At the version you must explicit choose way for work with uuid: old with bug or new (fixed). diff --git a/internal/version/version.go b/internal/version/version.go index ed1d41546..0608cc9a0 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -2,8 +2,8 @@ package version const ( Major = "3" - Minor = "86" - Patch = "1" + Minor = "87" + Patch = "0" Package = "ydb-go-sdk" )