Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjuchli committed Apr 23, 2018
1 parent 7767a61 commit c5daa72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.10.0

- Added: Resolve simple NAT issues with PASV.
- Added: Log socket encryption right before login.
- Fixed: Remove obsolete socket connection error listener.

## 2.9.2

- Improved documentation of client methods.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basic-ftp",
"version": "2.9.2",
"version": "2.10.0",
"description": "FTP client for Node.js with support for explicit FTPS over TLS.",
"main": "./lib/ftp",
"scripts": {
Expand Down

0 comments on commit c5daa72

Please sign in to comment.