Skip to content

Commit 33a7ce2

Browse files
author
robot
committed
Release v3.23.0
1 parent ce60bc4 commit 33a7ce2

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.23.0
12
* Added `WithTLSConfig` option for redefine TLS config
23
* Added `sugar.LoadCertificatesFromFile` and `sugar.LoadCertificatesFromPem` helpers
34

internal/meta/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package meta
22

33
const (
44
VersionMajor = "3"
5-
VersionMinor = "22"
5+
VersionMinor = "23"
66
VersionPatch = "0"
77
)
88

0 commit comments

Comments
 (0)