diff --git a/CHANGELOG b/CHANGELOG index 18d0b3e..a8cf5cc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ # HISTORY +- v1.2.5 + - security patch + - v1.2.3 - fix processing the struct tag name CopyTagName - improved toExportedName and trySolveTargetName diff --git a/doc.go b/doc.go index 71f3e7f..85c5db1 100644 --- a/doc.go +++ b/doc.go @@ -2,5 +2,5 @@ package evendeep const ( // Version string for hedzr/evendeep package - Version = "1.2.3" + Version = "1.2.5" )