Skip to content

Commit

Permalink
Release v3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Apr 11, 2022
1 parent 2121725 commit 3ca0706
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.20.0
* Added `table.DefaultTxControl()` transaction control creator with serializable read-write isolation mode and auto-commit
* Fixed passing nil query parameters
* Fixed locking of cluster during call `cluster.Get`
Expand Down
4 changes: 2 additions & 2 deletions internal/meta/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package meta

const (
VersionMajor = "3"
VersionMinor = "19"
VersionPatch = "1"
VersionMinor = "20"
VersionPatch = "0"
)

const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch

0 comments on commit 3ca0706

Please sign in to comment.