Skip to content

Commit a627a2d

Browse files
author
robot
committed
Release v3.100.0
1 parent c3d255b commit a627a2d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v3.100.0
12
* Added `table.DescribeTable.StoreType` to table description result from `table.Session.DescribeTable` request
23

34
## v3.99.13

internal/version/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package version
22

33
const (
44
Major = "3"
5-
Minor = "99"
6-
Patch = "13"
5+
Minor = "100"
6+
Patch = "0"
77

88
Package = "ydb-go-sdk"
99
)

0 commit comments

Comments
 (0)