Skip to content

Commit d3e278d

Browse files
author
robot
committed
Release v3.16.8
1 parent 790bef4 commit d3e278d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v3.16.8
12
* Added `config.ExcludeGRPCCodesForPessimization()` opttion for exclude some grpc codes from pessimization rules
23
* Refactored pessimization node conditions
34
* Added closing of ticker in `conn.Conn.connParker`

internal/meta/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ package meta
33
const (
44
VersionMajor = "3"
55
VersionMinor = "16"
6-
VersionPatch = "7"
6+
VersionPatch = "8"
77
)

0 commit comments

Comments
 (0)