diff --git a/CHANGELOG.md b/CHANGELOG.md index e12c290..ccc991d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog This file is a running track of new features and fixes to each version of the daemon released starting with `v1.0.3`. +## v1.0.4 +### Fixed +* [Security] Addresses a bug in path resolution when writing deep directories that could allow a user to write (but not read) a file outside their server scope. + ## v1.0.3 ### Fixed * Fixes a regression in file permission handling via SFTP. File permissions can now be changed and are not forced to a specific setting.