diff --git a/CHANGES.md b/CHANGES.md index 6f318b6..9c27b4d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +v2.4.7 - 2024-01-10 +=================== + +* Fix issue with path expansion for relative symlinks, leading to Unauthorized + errors with symlinks targeted to paths inside the served tree. + + v2.4.6 - 2023-02-25 =================== diff --git a/version/version.go b/version/version.go index b0c01a7..c45d99f 100644 --- a/version/version.go +++ b/version/version.go @@ -24,5 +24,5 @@ func (v Version) Identifier() string { // App defines The application version. var App = Version{ Name: "h2static", - Version: "2.4.6", + Version: "2.4.7", }