Skip to content

Commit

Permalink
Release v3.87.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Oct 23, 2024
1 parent 5b9945c commit 9f8e82e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
4 changes: 2 additions & 2 deletions internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package version

const (
Major = "3"
Minor = "86"
Patch = "1"
Minor = "87"
Patch = "0"

Package = "ydb-go-sdk"
)
Expand Down

0 comments on commit 9f8e82e

Please sign in to comment.