We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce60bc4 commit 33a7ce2Copy full SHA for 33a7ce2
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.23.0
2
* Added `WithTLSConfig` option for redefine TLS config
3
* Added `sugar.LoadCertificatesFromFile` and `sugar.LoadCertificatesFromPem` helpers
4
internal/meta/version.go
@@ -2,7 +2,7 @@ package meta
const (
VersionMajor = "3"
5
- VersionMinor = "22"
+ VersionMinor = "23"
6
VersionPatch = "0"
7
)
8
0 commit comments