-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
robot
committed
Oct 25, 2024
1 parent
d09736f
commit b0897e0
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
## v3.89.2 | ||
* Returned log.XXX methods for create fields, removed from public at v3.85.0 | ||
|
||
## v3.89.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ package version | |
const ( | ||
Major = "3" | ||
Minor = "89" | ||
Patch = "1" | ||
Patch = "2" | ||
|
||
Package = "ydb-go-sdk" | ||
) | ||
|