diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ebf9af..ce5e9f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.6.4 + +- Fixed: Hostname doesn't match certificates altnames for data connection. (#166, #179, @alandoherty) + ## 4.6.3 - Improved: Continue trying transfer strategies even after unexpected errors. (#164) diff --git a/package-lock.json b/package-lock.json index b97b8f5..439c4be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "basic-ftp", - "version": "4.6.3", + "version": "4.6.4", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.6.3", + "version": "4.6.4", "license": "MIT", "devDependencies": { "@types/mocha": "8.2.2", diff --git a/package.json b/package.json index fdd6e11..65a6a6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "basic-ftp", - "version": "4.6.3", + "version": "4.6.4", "description": "FTP client for Node.js, supports FTPS over TLS, IPv6, Async/Await, and Typescript.", "main": "dist/index", "types": "dist/index",