diff --git a/Changelog.md b/Changelog.md index 76b0636..8eab5e5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,6 +11,7 @@ version 0.9.0-SNAPSHOT + Added `userAuth.getAllowedMethods()` (GH-106) + `StatefulSFTPClient.cd()` should not update internal cwd state if stat fails (GH-90) + Potential visibility issue on some channel request info received from server like exit status (GH-114) ++ dependency version updates version 0.8.1 --------------