Skip to content

Commit b4b5c1e

Browse files
author
robot
committed
Release v3.26.0
1 parent be339ca commit b4b5c1e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v3.26.0
12
* Fixed data race on session stream queries
23
* Renamed `internal/router` package to `internal/balancer` for unambiguous understanding of package mission
34
* Implemented detection of local data-center with measuring tcp dial RTT

internal/meta/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package meta
22

33
const (
44
VersionMajor = "3"
5-
VersionMinor = "25"
6-
VersionPatch = "3"
5+
VersionMinor = "26"
6+
VersionPatch = "0"
77
)
88

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

0 commit comments

Comments
 (0)