diff --git a/CHANGELOG.md b/CHANGELOG.md index 7991be3e0..7ffa3d320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +## v3.18.5 * Fixed duplicating `WithPanicCallback` proxying to table config options * Fixed comments for `xerrros.Is` and `xerrros.As` diff --git a/internal/meta/version.go b/internal/meta/version.go index 3b5f3a87e..6f5b113ce 100644 --- a/internal/meta/version.go +++ b/internal/meta/version.go @@ -3,5 +3,5 @@ package meta const ( VersionMajor = "3" VersionMinor = "18" - VersionPatch = "4" + VersionPatch = "5" )