diff --git a/CHANGELOG.md b/CHANGELOG.md index 3092b0ed..816a4571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## 1.15.15 - 2022-05-06 +## 1.15.16 - 2022-05-26 +* Reorder cipher and serverHostKey algorithms. +* Updating [FAQ.md](https://github.com/Natizyskunk/vscode-sftp/blob/master/FAQ.md), and [documentations](https://github.com/Natizyskunk/vscode-sftp/tree/master/docs). + +## 1.15.15 - 2022-08-21 * Fix "Open SSH in Terminal" not working because "terminal.integrated.shell.windows" is deprecated and fix typo `src/commands/commandOpenSshConnection.ts`. (Pull request [#155](https://github.com/Natizyskunk/vscode-sftp/pull/155) from @mean-cj vscode-sftp:patch-2). ## 1.15.14 - 2022-05-06 diff --git a/package-lock.json b/package-lock.json index 40f5be0c..94615654 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sftp", - "version": "1.15.15", + "version": "1.15.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sftp", - "version": "1.15.15", + "version": "1.15.16", "license": "MIT", "dependencies": { "async": "^2.6.3", diff --git a/package.json b/package.json index 0ae9ef7e..b7bddfd6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sftp", "displayName": "SFTP", "description": "SFTP/FTP sync", - "version": "1.15.15", + "version": "1.15.16", "publisher": "Natizyskunk", "author": "Natizyskunk (https://github.com/Natizyskunk)", "engines": {