Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit f755be0

Browse files
committed
bump to v1.11.26
Signed-off-by: Hedzr Yeh <[email protected]>
1 parent 2facc13 commit f755be0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ an enhancement for [logrus](https://github.com/sirupsen/logrus). `logex` attache
4444

4545
## History
4646

47+
- v1.6.26
48+
- security patch: upgrade golang.org/x/crypto to 0.17.0
49+
4750
- v1.6.25
4851
- upgrade deps
4952

doc.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const (
99
// AppName const
1010
AppName = "logex"
1111
// Version const
12-
Version = "1.6.25"
12+
Version = "1.6.26"
1313
// VersionInt const
14-
VersionInt = 0x010619
14+
VersionInt = 0x01061a
1515
)

0 commit comments

Comments
 (0)